Update .bashrc
[dotfiles/.git] / os / os.go
1 package os
2
3 func Getenv(string) string
4
5 func Exit(int)