Versions in this module Expand all Collapse all v0 v0.2.0 Apr 23, 2024 Changes in this version + func Haversine(lat1, long1, lat2, long2 float64) (float64, error) + func Vincenty(lat1, long1, lat2, long2 float64) (float64, error) v0.1.0 Apr 23, 2024 Changes in this version + const EARTH_RADIUS + func Calculate(lat1, long1, lat2, long2 float64) (float64, error)