Skip to content

Commit

Permalink
Set GO11MODULE to on.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 26, 2020
1 parent 2025905 commit 6cab3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export PATH=$HOME/.rbenv/shims:$PATH
export PATH=$HOME/.fzf/bin:$PATH

# Golang
# export GO111MODULE=auto
export GO111MODULE=on
export GOPROXY=https://goproxy.cn # https://athens.azurefd.net
export GOPATH=$HOME/go
export PATH=${GOPATH//://bin:}/bin:$PATH
Expand Down

0 comments on commit 6cab3d2

Please sign in to comment.