From 15f17c5c92b1421dfe08d292b475b2d91772d6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 20 Jun 2023 12:35:23 +0200 Subject: [PATCH] More typos fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8dc98..f6cd77a 100644 --- a/README.md +++ b/README.md @@ -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.