Skip to content

Instantly share code, notes, and snippets.

@minhphong306
Created November 30, 2020 01:05
Show Gist options
  • Save minhphong306/2c960db49ba6fc88ecddaecd512573d9 to your computer and use it in GitHub Desktop.
Save minhphong306/2c960db49ba6fc88ecddaecd512573d9 to your computer and use it in GitHub Desktop.
write_rap_song_wait.go
func wait() {
time.Sleep(time.Second * time.Duration(rand.Intn(2)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment