golang.org/x/tools@v0.21.0/go/ssa/testdata/src/os/os.go (about) 1 package os 2 3 func Getenv(string) string 4 5 func Exit(int)