fathom/vendor/github.com/kelseyhightower/envconfig/env_syscall.go

8 lines
97 B
Go
Raw Normal View History

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