PHP » GoLang |
login |
register |
about
|
getenvgetenv[code] func Getenv(varname string) string { return os.Getenv(varname) } [/code] |