MCPcopy Create free account
hub / github.com/mpolden/echoip / formatCoordinate

Function formatCoordinate

http/http.go:491–493  ·  view source on GitHub ↗
(c float64)

Source from the content-addressed store, hash-verified

489}
490
491func formatCoordinate(c float64) string {
492 return strconv.FormatFloat(c, 'f', 6, 64)
493}

Callers 1

CLICoordinatesHandlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected