mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Fix copy-paste error
This commit is contained in:
@@ -123,8 +123,8 @@ func GetPkgsInfo(patterns []string, includingDeps bool, flags ...string) (map[st
|
||||
// It passes the `go list` the flags specified by `flags`.
|
||||
func GetPkgInfo(pkgpath string, flags ...string) PkgInfo {
|
||||
return PkgInfo{
|
||||
PkgDir: GetModDir(pkgpath, flags...),
|
||||
ModDir: GetPkgDir(pkgpath, flags...),
|
||||
PkgDir: GetPkgDir(pkgpath, flags...),
|
||||
ModDir: GetModDir(pkgpath, flags...),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user