aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 796616a..0abb20d 100644
--- a/README.md
+++ b/README.md
@@ -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.