Autoformat

This commit is contained in:
Chris Smowton
2022-11-29 17:17:39 +00:00
parent 545ad0179b
commit b471926030

View File

@@ -118,7 +118,6 @@ func GetPkgsInfo(patterns []string, includingDeps bool, flags ...string) (map[st
return pkgInfoMapping, nil
}
// GetPkgInfo fills the package info structure for the specified package path.
// It passes the `go list` the flags specified by `flags`.
func GetPkgInfo(pkgpath string, flags ...string) PkgInfo {