0
0
Fork 0

remove unused Document.Number property

This commit is contained in:
Steve Yen 2017-08-24 16:21:26 -07:00
parent 82a101aedd
commit 87115cbfb7
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ type Document struct {
ID string `json:"id"`
Fields []Field `json:"fields"`
CompositeFields []*CompositeField
Number uint64 `json:"-"`
}
func NewDocument(id string) *Document {