We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545ad01 commit b471926Copy full SHA for b471926
1 file changed
go/extractor/util/util.go
@@ -118,7 +118,6 @@ func GetPkgsInfo(patterns []string, includingDeps bool, flags ...string) (map[st
118
return pkgInfoMapping, nil
119
}
120
121
-
122
// GetPkgInfo fills the package info structure for the specified package path.
123
// It passes the `go list` the flags specified by `flags`.
124
func GetPkgInfo(pkgpath string, flags ...string) PkgInfo {
0 commit comments