.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / go / ssa / interp / testdata / src / os / os.go
1 package os
2
3 func Getenv(string) string
4
5 func Exit(int)