mirror of
https://github.com/thebaer/cdr.git
synced 2024-11-14 17:21:01 +00:00
12 lines
147 B
Go
12 lines
147 B
Go
package cdr
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed mixtape.tmpl
|
|
var defaultMixtapeTmpl []byte
|
|
|
|
//go:embed templates/parts.tmpl
|
|
var partsRawTmpl []byte
|