Sign in
skia
/
buildbot
/
24bd451cfe2f
/
.
/
cherrypick-watcher
/
go
/
config
/
config_embed.go
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