diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ The tool checks for imports for a given `go.mod` file that -- uses `unsafe` -- uses cgo +- use `unsafe` +- use cgo - import `/net/http/pprof` The checks are performed transitively, following dependencies. |