...

Source file src/github.com/kelseyhightower/envconfig/env_os.go

Documentation: github.com/kelseyhightower/envconfig

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

View as plain text