From f96350d0a81d69d635cad170071300c628d7e2fd Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Tue, 26 Mar 2019 21:15:48 +0530 Subject: [PATCH] Build issues resolved --- tags.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tags.go b/tags.go index d7900ee..7a3c29e 100644 --- a/tags.go +++ b/tags.go @@ -1,7 +1,6 @@ package gomatrix // Tag contains the data for a Tag which can be referenced by the Tag name -// Tags is based on the Room Tagging feature as described in https://matrix.org/docs/spec/client_server/r0.2.0.html#room-tagging type Tag struct { Tags map[string]TagProperties `json:"tags"` }