removed off-topic instructions

Bryan C. Mills 2019-09-24 09:12:10 -04:00
parent 92502e3dda
commit 153f5ca388

@ -1,7 +1,3 @@
# Setting `GO` environment variables
- go env -w GOPROXY=direct
- go env -w GOSUMDB=off
# Setting `GOPATH`
The `GOPATH` environment variable specifies the location of your workspace. If no `GOPATH` is set, it is assumed to be `$HOME/go` on Unix systems and `%USERPROFILE%\go` on Windows. If you want to use a custom location as your workspace, you can set the `GOPATH` environment variable. This page explains how to set this variable on various platforms.