diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-09 14:24:07 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-09 14:24:07 +0200 |
| commit | 196140a4cf34640ff963f2ae08dd135c3834f0d3 (patch) | |
| tree | aaed442d916a15acd26394c58b941cee050299f0 /internal/types/server.go | |
| parent | 9c7d9958132bcea0aa5ff6ab4aaec67c73087408 (diff) | |
Formatting: Run gofumpt
Diffstat (limited to 'internal/types/server.go')
| -rw-r--r-- | internal/types/server.go | 4 |
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:"-"` } |
