mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
7 lines
96 B
Go
7 lines
96 B
Go
package epubtemplates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed "applebooks.xml.tmpl"
|
|
var AppleBooks string
|