summaryrefslogtreecommitdiff
path: root/internal/types
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 14:24:07 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 14:24:07 +0200
commit196140a4cf34640ff963f2ae08dd135c3834f0d3 (patch)
treeaaed442d916a15acd26394c58b941cee050299f0 /internal/types
parent9c7d9958132bcea0aa5ff6ab4aaec67c73087408 (diff)
Formatting: Run gofumpt
Diffstat (limited to 'internal/types')
-rw-r--r--internal/types/server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/types/server.go b/internal/types/server.go
index e626183..18d242a 100644
--- a/internal/types/server.go
+++ b/internal/types/server.go
@@ -12,7 +12,7 @@ import (
type DiscoveryOrganizations struct {
Version uint64 `json:"v"`
List []DiscoveryOrganization `json:"organization_list"`
- Timestamp time.Time `json:"-"`
+ Timestamp time.Time `json:"-"`
RawString string `json:"-"`
}
@@ -30,7 +30,7 @@ type DiscoveryOrganization struct {
type DiscoveryServers struct {
Version uint64 `json:"v"`
List []DiscoveryServer `json:"server_list"`
- Timestamp time.Time `json:"-"`
+ Timestamp time.Time `json:"-"`
RawString string `json:"-"`
}