summaryrefslogtreecommitdiff
path: root/internal/discovery/discovery_noembed.go
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 12:32:00 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 15:00:55 +0100
commit72357b7f945a5d25339d3df4d6bd225a30b2601f (patch)
treebab4b6d0c2ab15996403f60fff2aa0cda537b351 /internal/discovery/discovery_noembed.go
parent7672fee6707ba133fc6cea5b8e69db72f432deb0 (diff)
Building: Remove release tag
As we now have the discovery JSON files in the repo, it makes no sense to conditionally embed the files. Just always embed them
Diffstat (limited to 'internal/discovery/discovery_noembed.go')
-rw-r--r--internal/discovery/discovery_noembed.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/internal/discovery/discovery_noembed.go b/internal/discovery/discovery_noembed.go
deleted file mode 100644
index 0c8e8e8..0000000
--- a/internal/discovery/discovery_noembed.go
+++ /dev/null
@@ -1,15 +0,0 @@
-//go:build !release
-
-package discovery
-
-// eServers are the embedded server list
-// In this case this is empty because we do not embed during development
-var eServers []byte
-
-// eOrganizations are the embedded organizations
-// In this case this is empty because we do not embed during development
-var eOrganizations []byte
-
-func init() {
- HasCache = false
-}