Skip to content

Instantly share code, notes, and snippets.

@hadv
Created September 10, 2017 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadv/6c9af258613ef678527a86ebe70f8df5 to your computer and use it in GitHub Desktop.
Save hadv/6c9af258613ef678527a86ebe70f8df5 to your computer and use it in GitHub Desktop.
type weatherProvider interface {
temperature(city string) (float64, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment