diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-08-26 13:27:48 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-08-26 13:27:48 -0700 |
commit | c7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0 (patch) | |
tree | 0231867f5537250e4114fe0cc80fe12e13a06058 /.profile | |
parent | 5cba1e04ab25c32e67a99ef05ed4dcd760a63ddd (diff) | |
download | dotfiles-c7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0.tar.gz dotfiles-c7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0.zip |
go: change bootstrap name
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ if [ -d "$HOME/.golang" ]; then ### Just in case it's missing mkdir -p ~/.golang/path # Go in the homedir - export GOROOT_BOOTSTRAP=$HOME/.golang/go_bootstrap + export GOROOT_BOOTSTRAP=$HOME/.golang/bootstrap_go export GOROOT=$HOME/.golang/go export GOPATH=$HOME/.golang/path # Disable broken caching by proxy.golang |