mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-19 01:43:56 +02:00
wip
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user