null -> empty slice

This commit is contained in:
Kota Kanbe
2022-10-14 06:49:01 +09:00
parent d3465ca676
commit 74d9a50923

View File

@@ -782,6 +782,7 @@ func AnalyzeLibraries(ctx context.Context, libFilemap map[string]LibFile, isOffl
// TODO
// Type: app.Type,
LockfilePath: path,
Libs: []models.Library{},
})
}