temp commit
This commit is contained in:
7
vendor/github.com/kelseyhightower/envconfig/env_syscall.go
generated
vendored
Normal file
7
vendor/github.com/kelseyhightower/envconfig/env_syscall.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !appengine,!go1.5
|
||||
|
||||
package envconfig
|
||||
|
||||
import "syscall"
|
||||
|
||||
var lookupEnv = syscall.Getenv
|
||||
Reference in New Issue
Block a user