This commit is contained in:
Celogeek 2024-06-22 11:56:29 +02:00
parent 0c09c85763
commit 7e3f0d4fcc
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Package options manage options with default value from config. // Package converter options manage options with default value from config.
package converter package converter
import ( import (

View File

@ -1,4 +1,4 @@
// Package profiles manage supported profiles for go-comic-converter. // Package converter profiles manage supported profiles for go-comic-converter.
package converter package converter
import ( import (

View File

@ -1,4 +1,4 @@
// Package epuboptions EPUBOptions for EPUB creation. // Package epuboptions for EPUB creation.
package epuboptions package epuboptions
type EPUBOptions struct { type EPUBOptions struct {