cli/testdata/testdata.go
2022-11-10 19:55:30 +05:30

7 lines
73 B
Go

package testdata
import "embed"
//go:embed schema
var Schemas embed.FS