Sign in
skia
/
buildbot
/
2d420a4dcfc4
/
.
/
machine
/
go
/
configs
/
configs_embed.go
blob: 675b16d9286fa2b8c00c8bae5b1470f3536bbbd4 [
file
] [
log
] [
blame
]
package configs
import (
"embed"
// Enable go:embed.
)
// Configs is a filesystem with all the config files.
//
//go:embed *.json
var Configs embed.FS