Resolved issue with GO111MODULE

This commit is contained in:
Marcin Woźniak 2023-01-28 12:58:39 +01:00
parent f14cc4889c
commit 4d38340984
Signed by: y0rune
GPG Key ID: F204C385F57EB348

2
.zshrc
View File

@ -158,7 +158,7 @@ fi
if [[ "$(uname)" == "Darwin" ]]; then if [[ "$(uname)" == "Darwin" ]]; then
# Resolve problem with GOPATH # Resolve problem with GOPATH
# https://stackoverflow.com/questions/66284870/go-get-not-downloading-to-src-folder # https://stackoverflow.com/questions/66284870/go-get-not-downloading-to-src-folder
export GO111MODULE=off export GO111MODULE=on
# Other export # Other export
export PATH="/usr/local/opt/openssl@3/bin:$PATH" export PATH="/usr/local/opt/openssl@3/bin:$PATH"