rename
This commit is contained in:
parent
f933e46798
commit
0266944ec9
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -34,7 +34,7 @@ type EpisodeBatch struct {
|
||||||
|
|
||||||
type ComicFile interface {
|
type ComicFile interface {
|
||||||
addImage([]byte) error
|
addImage([]byte) error
|
||||||
save(outputPath string) error
|
save(outFile string) error
|
||||||
}
|
}
|
||||||
|
|
||||||
type PDFComicFile struct {
|
type PDFComicFile struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue