Sign in
skia
/
buildbot.git
/
5051e14d673e962efa8b2d8e9ef4b0663b63d712
/
.
/
skolo
/
sys
/
sys.go
blob: 9341f831d9063b6c854b3803f8df2178e197ff0b [
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