diff options
author | Özgür Kesim <oec@codeblau.de> | 2025-08-15 11:43:33 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2025-08-15 11:43:33 +0200 |
commit | 19d5da8fd4168039c61c3d96a6bf5230c0a7d514 (patch) | |
tree | b7fe9376979f589e5a63ebb73fb1f1df6688de6b | |
parent | 9ac5e0814e509d8a04c4a599e7c8d033b93a3fe7 (diff) |
update README
-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. |