go-*: apply additional suggestions
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
8421b10d30
commit
4cac843cae
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user