diff options
author | Özgür Kesim <oec@codeblau.de> | 2025-08-15 11:33:47 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2025-08-15 11:33:47 +0200 |
commit | 9ac5e0814e509d8a04c4a599e7c8d033b93a3fe7 (patch) | |
tree | 22fa7b373ea2b9bbbe70505f5f2a23c086cde166 | |
parent | 86d626fd8d98484a7e7f01c9d15f4a8100c8c909 (diff) |
update README; rename main.go
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | goosebumps.go (renamed from main.go) | 0 |
2 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 ``` |