1
This commit is contained in:
Alex Yatskov 2016-12-17 21:47:13 -08:00
parent 7300a38e59
commit 764a3c4e0f

View File

@ -31,7 +31,7 @@ import (
)
type dbTagMeta struct {
Category string `json:"class,omitempty"`
Category string `json:"category,omitempty"`
Notes string `json:"notes,omitempty"`
Order int `json:"order,omitempty"`
}