func os.Getenv
25 uses
os (current package)
env.go#L51: return Expand(s, Getenv)
env.go#L101: func Getenv(key string) string {
file.go#L482: dir = Getenv("LocalAppData")
file.go#L488: dir = Getenv("HOME")
file.go#L495: dir = Getenv("home")
file.go#L502: dir = Getenv("XDG_CACHE_HOME")
file.go#L504: dir = Getenv("HOME")
file.go#L533: dir = Getenv("AppData")
file.go#L539: dir = Getenv("HOME")
file.go#L546: dir = Getenv("home")
file.go#L553: dir = Getenv("XDG_CONFIG_HOME")
file.go#L555: dir = Getenv("HOME")
file.go#L582: if v := Getenv(env); v != "" {
file_unix.go#L409: dir := Getenv("TMPDIR")
getwd.go#L33: dir = Getenv("PWD")
crypto/x509
root_unix.go#L36: if f := os.Getenv(certFileEnv); f != "" {
root_unix.go#L53: if d := os.Getenv(certDirEnv); d != "" {
net
conf.go#L142: if localDomainDefined || os.Getenv("RES_OPTIONS") != "" || os.Getenv("HOSTALIASES") != "" {
conf.go#L149: if runtime.GOOS == "openbsd" && os.Getenv("ASR_CONFIG") != "" {
net/http
h2_bundle.go#L3101: var http2DebugGoroutines = os.Getenv("DEBUG_HTTP2_GOROUTINES") == "1"
h2_bundle.go#L3356: e := os.Getenv("GODEBUG")
vendor/golang.org/x/net/http/httpproxy
proxy.go#L95: CGI: os.Getenv("REQUEST_METHOD") != "",
proxy.go#L101: if val := os.Getenv(n); val != "" {
vendor/golang.org/x/sys/cpu
cpu.go#L224: env := os.Getenv("GODEBUG")
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |