Skip to content

Instantly share code, notes, and snippets.

@diegohordi
Last active January 21, 2020 23:44
Show Gist options
  • Save diegohordi/5a374c65d0b6a93db4e8c9a41cbcd850 to your computer and use it in GitHub Desktop.
Save diegohordi/5a374c65d0b6a93db4e8c9a41cbcd850 to your computer and use it in GitHub Desktop.
Check radius AWS Lambda
...
func toRadians(degrees float64) float64{
return degrees * math.Pi/180
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment