More typos fixed

This commit is contained in:
Özgür Kesim 2023-06-20 12:35:23 +02:00
parent dfc8a40e51
commit 15f17c5c92

View File

@ -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.