(temporary) show gluetun-servers repository shape

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Quentin McGaw
2026-04-27 02:47:51 +00:00
parent 25f67cd170
commit 6d2ce95305
27 changed files with 304116 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package servers
import (
"embed"
)
// Files contains all embedded provider JSON files shipped with this module.
//
//go:embed *.json
var Files embed.FS