Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
a4d457431b55947a4aba45923752b666660cd618
/
.
/
unum
/
vendor
/
github.com
/
kelseyhightower
/
envconfig
/
env_syscall.go
blob: 9d98085b99fe70c6302c7ab7462df9c2bdc46e1a [
file
] [
log
] [
blame
]
David K. Bainbridge
215e024
2017-09-05 23:18:24 -0700
[
diff
] [
blame
]
1
// +build !appengine
2
3
package envconfig
4
5
import "syscall"
6
7
var lookupEnv = syscall.Getenv