Skip to content

Instantly share code, notes, and snippets.

@goksu

goksu/gps.go Secret

Last active August 21, 2021 20: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 goksu/649b9dd9016b420b9fcab6495cb0f8cc to your computer and use it in GitHub Desktop.
Save goksu/649b9dd9016b420b9fcab6495cb0f8cc to your computer and use it in GitHub Desktop.
type GPS interface {
// MeasureDistance will measure Euclidean distance between two point
MeasureDistance(a Point, b Point) (distance int, err Error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment