From 3d60510a63879e0bf7f8a9e8d85861777fa7d748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 28 Jan 2023 12:58:39 +0100 Subject: [PATCH] Resolved issue with GO111MODULE --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 635c8a1..5261f42 100644 --- a/.zshrc +++ b/.zshrc @@ -158,7 +158,7 @@ fi if [[ "$(uname)" == "Darwin" ]]; then # Resolve problem with GOPATH # https://stackoverflow.com/questions/66284870/go-get-not-downloading-to-src-folder - export GO111MODULE=off + export GO111MODULE=on # Other export export PATH="/usr/local/opt/openssl@3/bin:$PATH"