blob: 25b1efe7fbecc89106502eccc1ebf1e7673db3e3 [file] [log] [blame]
package config
import (
"embed" // Enable go:embed.
)
// Configs is a filesystem with all the config files.
//
//go:embed *.json
var Configs embed.FS