DevBits
Home
Atlas
Play
About
Sign up
Log in
All
OS Process
Set Environment Variable
Set Environment Variable
Post Example
Examples
Filter
Set Environment Variable in Go
by yhuang
Go
os
os.Setenv
package main import ( "os" ) func main() { os.Setenv("FOO", "1") }