Skip to content

njj/go-haversine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Haversine

A simple haversine formula module for Go

This is a port of my original JavaScript implementation which can found here

Example

coords := haversine.Coords{ 30.849635, -83.24559, 27.950575, -82.457178 }

Installation

$ go get github.com/niix/go-haversine

MIT License

About

A simple haversine formula module for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages