diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -12,7 +12,7 @@ The checks are performed transitively, following dependencies. # Parameters ``` -Usage of ./goosebumps: +Usage of goosebumps: -cc check for imports of cgo -ci @@ -21,10 +21,11 @@ Usage of ./goosebumps: check for imports of net/http/pprof -cu check for imports of unsafe + -d string + directory with go.mod file (default ".") -exempt string domains exempt from the search, seperated by space (default "golang.org") - -mod string - go.mod file (default "go.mod") -modcache string - location of go mod cache (default "$GOPATH/pkg/mod") + location of go mod cache (default "/home/oec/pkg/mod") + -r recursively search for go.mod files ``` |