From 9dc85c5ba1ddad587a14747920bf9841ee566946 Mon Sep 17 00:00:00 2001 From: Ugurcan Emre Atas Date: Fri, 27 Sep 2024 19:33:56 +0200 Subject: [PATCH] remove redundant struct --- mkbsd.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mkbsd.go b/mkbsd.go index 16548a8..e1e55d4 100644 --- a/mkbsd.go +++ b/mkbsd.go @@ -55,11 +55,6 @@ func downloadImages(x string, rawURL string, downloadsPath string, wg *sync.Wait channel <- fmt.Sprintf("️🖼️ Saved image to %s", imageFileName) } -type IOResponse struct { - io io.ReadCloser - url string -} - func main() { resp, err := http.Get(DATA_URL)