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/secureinternet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/server/secureinternet.go') diff --git a/internal/server/secureinternet.go b/internal/server/secureinternet.go index 0dc9ef1..c6a353b 100644 --- a/internal/server/secureinternet.go +++ b/internal/server/secureinternet.go @@ -10,7 +10,7 @@ import ( ) // A secure internet server which has its own OAuth tokens -// It specifies the current location url it is connected to +// It specifies the current location url it is connected to. type SecureInternetHomeServer struct { Auth oauth.OAuth `json:"oauth"` DisplayName map[string]string `json:"display_name"` @@ -122,7 +122,7 @@ func (server *SecureInternetHomeServer) addLocation( return base, nil } -// Initializes the home server and adds its own location +// Initializes the home server and adds its own location. func (server *SecureInternetHomeServer) init( homeOrg *types.DiscoveryOrganization, homeLocation *types.DiscoveryServer, -- cgit v1.2.3