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 --- internal/server/common.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/server/common.go') diff --git a/internal/server/common.go b/internal/server/common.go index 16208eb..351b3af 100644 --- a/internal/server/common.go +++ b/internal/server/common.go @@ -10,7 +10,7 @@ import ( "github.com/eduvpn/eduvpn-common/types" ) -// The base type for servers +// The base type for servers. type ServerBase struct { URL string `json:"base_url"` DisplayName map[string]string `json:"display_name"` @@ -82,7 +82,7 @@ type ServerEndpointList struct { Token string `json:"token_endpoint"` } -// Struct that defines the json format for /.well-known/vpn-user-portal" +// Struct that defines the json format for /.well-known/vpn-user-portal". type ServerEndpoints struct { API struct { V2 ServerEndpointList `json:"http://eduvpn.org/api#2"` -- cgit v1.2.3