mirror of
https://github.com/securego/gosec.git
synced 2025-07-03 00:27:05 +02:00
Fix typos in comments, vars and tests
This commit is contained in:
committed by
Cosmin Cojocar
parent
e1484658ac
commit
1f689968ec
@ -301,7 +301,7 @@ func Getenv(key, userDefault string) string {
|
||||
return userDefault
|
||||
}
|
||||
|
||||
// GetPkgRelativePath returns the Go relative relative path derived
|
||||
// GetPkgRelativePath returns the Go relative path derived
|
||||
// form the given path
|
||||
func GetPkgRelativePath(path string) (string, error) {
|
||||
abspath, err := filepath.Abs(path)
|
||||
|
Reference in New Issue
Block a user