answer/configs/config.go

10 lines
129 B
Go

package configs
import _ "embed"
//go:embed config.yaml
var Config []byte
//go:embed path_ignore.yaml
var PathIgnore []byte