var syscall.env
11 uses
syscall (current package)
env_unix.go#L24: env map[string]int
env_unix.go#L40: env = make(map[string]int)
env_unix.go#L45: if _, ok := env[key]; !ok {
env_unix.go#L46: env[key] = i // first mention of key
env_unix.go#L66: if i, ok := env[key]; ok {
env_unix.go#L68: delete(env, key)
env_unix.go#L83: i, ok := env[key]
env_unix.go#L118: i, ok := env[key]
env_unix.go#L126: env[key] = i
env_unix.go#L137: for k := range env {
env_unix.go#L140: env = make(map[string]int)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |