blob: a2b7c145c2806c943b1d0098d4d571dcd8aceecc [file] [log] [blame]
package sys
import (
"embed" // Enable go:embed.
)
// Sys is a filesystem with all the config files.
//
//go:embed *.json5
var Sys embed.FS