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"