summaryrefslogtreecommitdiff
path: root/types/server.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 12:50:23 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 12:50:23 +0100
commit7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 (patch)
tree8200ead8926c0c5f11f750698760a0bcd93c230c /types/server.go
parent7339e77c6eda5b96874dfc099d5c58da8ed53629 (diff)
Lint: Run godot fix
Full command: golangci-lint run --disable-all -E godot --fix
Diffstat (limited to 'types/server.go')
-rw-r--r--types/server.go2
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