From 9ac5e0814e509d8a04c4a599e7c8d033b93a3fe7 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 15 Aug 2025 11:33:47 +0200 Subject: update README; rename main.go --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f6cd77a..796616a 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3