Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
182e4201240e2dc6c9fa0af71c50d25877b8865f
/
.
/
harvester
/
vendor
/
github.com
/
kelseyhightower
/
envconfig
/
env_syscall.go
blob: 9d98085b99fe70c6302c7ab7462df9c2bdc46e1a [
file
] [
log
] [
blame
]
David K. Bainbridge
528b318
2017-01-23 08:51:59 -0800
[
diff
] [
blame
]
1
// +build !appengine
2
3
package envconfig
4
5
import "syscall"
6
7
var lookupEnv = syscall.Getenv