package assets import _ "embed" //go:embed config/config.yaml var Config []byte //go:embed templates/bind-record.named var BindRecord []byte