summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-02 15:07:39 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-02 15:07:39 +0100
commitf654160956728bc0ce92ed420540388869405513 (patch)
tree388e7f57b540d0e6142221eff0e22bbdcb3415c5
parentec6824295f5bb07089bf42f6a2da5f30762d74d7 (diff)
Discovery: Omit type info for global disco URL
-rw-r--r--internal/discovery/discovery.go2
1 files changed, 1 insertions, 1 deletions
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.