golang 读系统环境变量2012-10-29InboxContentsgolang 读系统环境变量golang 读系统环境变量http://studygolang.com/articles/33871 2 os.Setenv("FOO", "1") fmt.Println("FOO:", os.Getenv("FOO")) Author lcfLastMod 2012-10-29