Skip to content

Instantly share code, notes, and snippets.

@hbd
Created January 22, 2020 06:35
Show Gist options
  • Save hbd/97c1b1fd2434ae05b0a9a2f85de7c6b5 to your computer and use it in GitHub Desktop.
Save hbd/97c1b1fd2434ae05b0a9a2f85de7c6b5 to your computer and use it in GitHub Desktop.
package locationiface
type Client interface {
DriveTime(context.Context, ...Location) (float64, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment