diff options
Diffstat (limited to 'types/server.go')
| -rw-r--r-- | types/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/server.go b/types/server.go index 24db8f2..c15cb4e 100644 --- a/types/server.go +++ b/types/server.go @@ -33,7 +33,7 @@ type DiscoveryServers struct { type DiscoMapOrString map[string]string // The display name can either be a map or a string in the server list -// Unmarshal it by first trying a string and then the map +// Unmarshal it by first trying a string and then the map. func (DN *DiscoMapOrString) UnmarshalJSON(data []byte) error { var displayNameString string |
