answer/configs/config.go

10 lines
129 B
Go
Raw Normal View History

2022-09-28 16:24:33 +08:00
package configs
import _ "embed"
//go:embed config.yaml
var Config []byte
2022-12-08 11:15:45 +08:00
//go:embed path_ignore.yaml
2022-12-07 18:05:16 +08:00
var PathIgnore []byte