mirror of
https://github.com/status-im/fathom.git
synced 2025-03-02 20:10:27 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
|
// +build !appengine,!go1.5
|
||
|
|
||
|
package envconfig
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
var lookupEnv = syscall.Getenv
|