Skip to content

Instantly share code, notes, and snippets.

View fatkhur1960's full-sized avatar
🎯
Focusing

Fatkhur fatkhur1960

🎯
Focusing
View GitHub Profile
@hotdang-ca
hotdang-ca / distance.go
Last active October 14, 2025 11:49
Golang code to calculate distance between two lat/lng decimal coordinates.
package main
import (
"math"
"fmt"
)
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//::: :::
//::: This routine calculates the distance between two points (given the :::