go-*: apply additional suggestions

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
会有猫的
2020-05-15 00:01:50 +08:00
committed by Starbeamrainbowlabs
parent 8421b10d30
commit 4cac843cae
7 changed files with 17 additions and 17 deletions

View File

@@ -7,14 +7,14 @@
`go env`
- Show an environment variable:
- Show a specific environment variable:
`go env {{GOPATH}}`
- Set an environment value:
- Set an environment variable to a value:
`go env -w {{GOBIN}}={{path/to/directory}}`
- Reset an environment value:
- Reset an environment variable's value:
`go env -u {{GOBIN}}`