answer/configs/config.go

7 lines
77 B
Go

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