mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-26 00:32:37 +02:00
In order to let third parties use the package of this library, we moved the pkg folder out of the locked internal folder
7 lines
86 B
Go
7 lines
86 B
Go
package epubtemplates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed "text.xhtml.tmpl"
|
|
var Text string
|