answer/configs/config.go

13 lines
195 B
Go
Raw Permalink 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
//go:embed reserved-usernames.json
var ReservedUsernames []byte