From 35673fe8ea801b27ccafdc8882608a009158daaa Mon Sep 17 00:00:00 2001 From: Will Robson Date: Sat, 20 Aug 2022 15:07:22 +0100 Subject: [PATCH] remove go111module=on --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1267e..4d9d439 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Installation ``` -GO111MODULE=on go install github.com/jaeles-project/gospider@latest +go install github.com/jaeles-project/gospider@latest ``` ## Features