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:
committed by
Cosmin Cojocar
parent
e0a150bfa3
commit
3116b07de4
@ -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")
|
||||
|
Reference in New Issue
Block a user