From 7bab6c76599fdfd34ea9bb064d871ed2be01d4c8 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 28 Nov 2022 12:50:23 +0100 Subject: Lint: Run godot fix Full command: golangci-lint run --disable-all -E godot --fix --- types/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/server.go') 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 -- cgit v1.2.3