deleted debug log
This commit is contained in:
parent
d0c978bf87
commit
69ae4f5dad
1
main.go
1
main.go
@ -30,7 +30,6 @@ func main() {
|
|||||||
// 1. Determine Download URL
|
// 1. Determine Download URL
|
||||||
var downloadURL string = baseURL + filePath
|
var downloadURL string = baseURL + filePath
|
||||||
|
|
||||||
fmt.Println("download path", downloadURL)
|
|
||||||
wg.Add(1) // Increment WaitGroup counter
|
wg.Add(1) // Increment WaitGroup counter
|
||||||
|
|
||||||
go func(filePath, downloadURL string) { // Use goroutine for concurrent download
|
go func(filePath, downloadURL string) { // Use goroutine for concurrent download
|
||||||
|
Loading…
Reference in New Issue
Block a user