diff options
author | Özgür Kesim <oec-git@kesim.org> | 2023-06-20 12:35:23 +0200 |
---|---|---|
committer | Özgür Kesim <oec-git@kesim.org> | 2023-06-20 12:35:23 +0200 |
commit | 15f17c5c92b1421dfe08d292b475b2d91772d6ab (patch) | |
tree | 080e9f70e0b319fa6e9e095624a91fa413d03081 /README.md | |
parent | dfc8a40e5183a39fe85423fc55af907427042cde (diff) |
More typos fixed
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. |