Corrected version detection, so that equal versions match

This commit is contained in:
notzippy@gmail.com
2020-04-26 09:57:35 -07:00
parent f2b54f5a69
commit c1aee24445
3 changed files with 6 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ func findSrcPaths(appPath string, packagesList []string) (sourcePathsmap map[str
sourcePathsmap = map[string]string{}
pkgs, err := packages.Load(config, packagesList...)
Logger.Info("Loaded packegs ", "len results", len(pkgs), "error",err,"basedir",appPath)
Logger.Info("Loaded packages ", "len results", len(pkgs), "error",err,"basedir",appPath)
for _, packageName := range packagesList {
found := false
log:= Logger.New("seeking",packageName)