Gitiles
Code Review
Sign In
gerrit.opencord.org
/
sadis-server
/
04428fdd76112c4902dd8ec3f8bc5dfd3a99145c
/
.
/
vendor
/
github.com
/
kelseyhightower
/
envconfig
/
env_syscall.go
blob: 9d98085b99fe70c6302c7ab7462df9c2bdc46e1a [
file
] [
log
] [
blame
]
Jonathan Hart
f86817b
2018-08-17 10:35:54 -0700
[
diff
] [
blame
]
1
// +build !appengine
2
3
package envconfig
4
5
import "syscall"
6
7
var lookupEnv = syscall.Getenv