examples/geohash: first version
Adds helper for constants as DATA sections.
This commit is contained in:
5
examples/geohash/stub.go
Normal file
5
examples/geohash/stub.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Code generated by command: go run asm.go -out geohash.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package geohash
|
||||
|
||||
func EncodeInt(lat float64, lng float64) uint64
|
||||
Reference in New Issue
Block a user