1 // +build !appengine,!go1.5 2 3 package envconfig 4 5 import "syscall" 6 7 var lookupEnv = syscall.Getenv 8
View as plain text