Resolved issue with GO111MODULE
This commit is contained in:
parent
f14cc4889c
commit
4d38340984
2
.zshrc
2
.zshrc
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user