mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
6d2ce95305
Co-authored-by: Copilot <copilot@github.com>
11 lines
155 B
Go
11 lines
155 B
Go
package servers
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// Files contains all embedded provider JSON files shipped with this module.
|
|
//
|
|
//go:embed *.json
|
|
var Files embed.FS
|