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

8 lines
90 B
Go
Raw Normal View History

2017-01-24 18:27:39 -08:00
// +build !appengine
package envconfig
import "syscall"
var lookupEnv = syscall.Getenv