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