kleinCommand/common/embeds.go

7 lines
90 B
Go
Raw Normal View History

2025-07-19 20:58:05 +02:00
package common
import _ "embed"
//go:embed default.config.toml
var DefaultConfig []byte