From 566b83c1b08b3a36b45d9eb03154b09116708dfa Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 26 Mar 2019 22:01:24 +0530 Subject: [PATCH] Update tags.go Co-Authored-By: SUMUKHA-PK --- tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.go b/tags.go index a5e4a95..c00685b 100644 --- a/tags.go +++ b/tags.go @@ -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 }