github.com/jd-ly/tools@v0.5.7/go/ssa/interp/testdata/src/os/os.go (about) 1 package os 2 3 func Getenv(string) string 4 5 func Exit(int)