*: clean up staticcheck problems (#2723)

Fix problems that can be fixed, ignore the ones that don't make sense
This commit is contained in:
Alessandro Arzilli
2021-09-28 21:07:42 +02:00
committed by GitHub
parent efc4483175
commit 29eae8f617
31 changed files with 90 additions and 154 deletions

View File

@ -593,7 +593,7 @@ const (
StacktraceG
)
// ImportPathToDirectoryPath maps an import path to a directory path.
// PackageBuildInfo maps an import path to a directory path.
type PackageBuildInfo struct {
ImportPath string
DirectoryPath string