Revert 46c1f18892cb7e5ae8d03dbac1a64529ab4014f2...20b15082206a3ddbc3eeb7f44f2ee51495090bc2 on SettingGOPATH

Ian Lance Taylor 2020-11-04 18:09:06 -08:00
parent 20b1508220
commit fc5f709531

@ -19,7 +19,7 @@ The `GOPATH` environment variable specifies the location of your workspace. If n
## Go 1.13+ ## Go 1.13+
```bash ```bash
go env -X GOPATH=$HOME/go go env -w GOPATH=$HOME/go
``` ```
## Bash ## Bash
@ -34,7 +34,7 @@ Save and exit your editor. Then, source your `~/.bash_profile`.
source ~/.bash_profile source ~/.bash_profile
``` ```
## ~/.zshrc ## Zsh
Edit your `~/.zshrc` file to add the following line: Edit your `~/.zshrc` file to add the following line: