mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 07:44:55 +02:00
279 B
279 B
go env
Tool for printing Go environment information. More information: https://golang.org/cmd/go/.
- Show all go environment information:
go env
- Show specific environment variable:
go env {{GOPATH}}
- Set go environment value:
go env -w {{NAME}}={{VALUE}}