Update .bashrc
[dotfiles/.git] / time / time.go
1 package time
2
3 type Duration int64
4
5 func Sleep(Duration)