examples: add most docstrings
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
|
||||
func main() {
|
||||
TEXT("EncodeInt", "func(lat, lng float64) uint64")
|
||||
Doc("EncodeInt computes the 64-bit integer geohash of (lat, lng).")
|
||||
lat := Load(Param("lat"), Xv())
|
||||
lng := Load(Param("lng"), Xv())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user