Resolved issue with GO111MODULE

This commit is contained in:
Marcin Woźniak 2023-01-28 12:58:39 +01:00
parent 771b742b1e
commit 3d60510a63

2
.zshrc
View File

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