1 2 3 4 5 6
package config import _ "embed" //go:embed example.config.toml var defaultConfigContent []byte