Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Created August 16, 2016 08:32
Show Gist options
  • Save jacoelho/e0dc1aec67b160a82ea9b200e4e3c129 to your computer and use it in GitHub Desktop.
Save jacoelho/e0dc1aec67b160a82ea9b200e4e3c129 to your computer and use it in GitHub Desktop.
func fetchWeather(location string) string {
time.Sleep(time.Duration(rand.Intn(5)) * time.Second)
return "sunny"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment