diff --git a/main.go b/main.go index d6fc0be..7effac3 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ type EpisodeBatch struct { type ComicFile interface { addImage([]byte) error - save(outputPath string) error + save(outFile string) error } type PDFComicFile struct {