From 0266944ec9098e3222e9d5c7cc4cf96328b356b7 Mon Sep 17 00:00:00 2001 From: Leo Robinovitch Date: Sat, 13 Apr 2024 22:44:32 -0700 Subject: [PATCH] rename --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {