remove redundant struct

This commit is contained in:
Ugurcan Emre Atas 2024-09-27 19:33:56 +02:00
parent 009664a663
commit 9dc85c5ba1

View File

@ -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)