Update tags.go

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

View File

@ -1,6 +1,6 @@
package gomatrix
// Tag contains the data for a Tag which can be referenced by the Tag name
// Tag contains the data for an m.tag message type
type Tag struct {
Tags map[string]TagProperties `json:"tags"`
}