From f654160956728bc0ce92ed420540388869405513 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 2 Jan 2023 15:07:39 +0100 Subject: Discovery: Omit type info for global disco URL --- internal/discovery/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index d68b3ba..7109bc9 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -21,7 +21,7 @@ type Discovery struct { servers types.DiscoveryServers } -var DiscoURL string = "https://disco.eduvpn.org/v2/" +var DiscoURL = "https://disco.eduvpn.org/v2/" // discoFile is a helper function that gets a disco JSON and fills the structure with it // If it was unsuccessful it returns an error. -- cgit v1.2.3