Difference between revisions of "Go env"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | go [[env]] | ||
+ | * [[GOPATH]] | ||
+ | * [[GOINSECURE]] | ||
− | * [[ | + | GOPATH="/Users/YOUR_USERNAME/go" |
+ | |||
+ | |||
+ | [[GOINSECURE]]="*" | ||
+ | [[GONOSUMDB]]="*" | ||
+ | [[GOPRIVATE]]="*" | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[env]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:34, 12 December 2023
go env
GOPATH="/Users/YOUR_USERNAME/go"
GOINSECURE="*" GONOSUMDB="*" GOPRIVATE="*"
Related[edit]
See also[edit]
- Go, Gorutine:
go [ mod
|list
|fmt
,for
|build
|get
|version
|env | install | test
]go help
, Go template, Echo go web framework, Go packages, Blank identifier - Variables: Environment variables,
env
,env-cmd
,.env/
,SHELL
,PS1, HOME, $?
,PATH
,HISTFILE, PWD, LD_LIBRARY_PATH
,printenv, getenv, getenv, direnv
, AWS cli environmental variables, envsubst,env:, env_file
(docker-compose)
Advertising: