diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ The tool checks for imports for a given `go.mod` file that - use `unsafe` - use cgo +- implement `init()` - import `/net/http/pprof` The checks are performed transitively, following dependencies. |