Update tags.go

Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
This commit is contained in:
Andrew Morgan 2019-03-26 22:01:24 +05:30 committed by GitHub
parent da9261fac6
commit 566b83c1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ type Tag struct {
Tags map[string]TagProperties `json:"tags"`
}
// TagProperties contains the properties of an MTag
// TagProperties contains the properties of a Tag
type TagProperties struct {
Order float32 `json:"order,omitempty"` // Empty values must be neglected
}