diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
| commit | 57705feadd598c9a14df53b83161b8f020731bd6 (patch) | |
| tree | 0320e7739eca0c0afbe7087340d017413940c31e /internal/server/server.go | |
| parent | 0566c505b1462e47a9dc44d7b26534b41aca1c4f (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/server/server.go')
| -rw-r--r-- | internal/server/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/server.go b/internal/server/server.go index c68916e..ef02612 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -41,7 +41,7 @@ type EndpointsVersions struct { // Endpoints defines the json format for /.well-known/vpn-user-portal". type Endpoints struct { API EndpointsVersions `json:"api"` - V string `json:"v"` + V string `json:"v"` } // ShouldRenewButton returns whether or not the renew button should be shown for the server |
