2022-07-08 10:07:17 +02:00

9 lines
90 B
Go

package options
import (
_ "embed"
)
//go:embed defaults.yaml
var defaultConfig []byte