mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02: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
8 lines
160 B
Go
8 lines
160 B
Go
// Package epubtemplates Templates use to create xml files of the EPUB.
|
|
package epubtemplates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed "blank.xhtml.tmpl"
|
|
var Blank string
|