Move geo obj to bottom of struct

This commit is contained in:
tidwall 2019-02-13 17:18:08 -07:00
parent 9d8ce14ffd
commit 3c50082d47
1 changed files with 1 additions and 1 deletions

View File

@ -10,10 +10,10 @@ import (
// Item is a item for Tile38 collections
type Item struct {
obj geojson.Object // geojson or string
fieldsLen uint32 // fields block size in bytes, not num of fields
idLen uint32 // id block size in bytes
data unsafe.Pointer // pointer to raw block of bytes
obj geojson.Object // geojson or string
}
// ID returns the items ID as a string