1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-03 00:27:05 +02:00

Fix typos in comments and rulelist (#256)

This commit is contained in:
Oleksandr Redko
2018-10-11 15:45:31 +03:00
committed by Cosmin Cojocar
parent e0a150bfa3
commit 3116b07de4
12 changed files with 18 additions and 18 deletions

View File

@ -29,7 +29,7 @@ type TestPackage struct {
}
// NewTestPackage will create a new and empty package. Must call Close() to cleanup
// auxilary files
// auxiliary files
func NewTestPackage() *TestPackage {
// Files must exist in $GOPATH
sourceDir := path.Join(os.Getenv("GOPATH"), "src")