getenv

getenv

[code]
func Getenv(varname string) string {
	return os.Getenv(varname)
}
[/code]