mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-22 19:06:15 +00:00
remove redundant struct
This commit is contained in:
parent
009664a663
commit
9dc85c5ba1
5
mkbsd.go
5
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)
|
channel <- fmt.Sprintf("️🖼️ Saved image to %s", imageFileName)
|
||||||
}
|
}
|
||||||
|
|
||||||
type IOResponse struct {
|
|
||||||
io io.ReadCloser
|
|
||||||
url string
|
|
||||||
}
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
resp, err := http.Get(DATA_URL)
|
resp, err := http.Get(DATA_URL)
|
||||||
|
Loading…
Reference in New Issue
Block a user