hdx/vendor/github.com/kelseyhightower/envconfig/env_syscall.go
Derek McQuay 59af8fc84f
initial commit
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
2018-04-10 19:17:26 -07:00

8 lines
90 B
Go

// +build !appengine
package envconfig
import "syscall"
var lookupEnv = syscall.Getenv