HuKeping / rbtree

BSD 3-Clause "New" or "Revised" License
125 stars 37 forks source link

Cleanup: fix go tool vet warnning #32

Closed HuKeping closed 5 years ago

HuKeping commented 5 years ago

go tool vet complains: struct field tag json:"id",omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair

Signed-off-by: Hu Keping hukeping@huawei.com