Golang os.Setenv() function example

package os

Golang os.Setenv() function usage example

 os.Setenv("testvar", "123")

Reference :

http://golang.org/pkg/os/#Setenv

Advertisement