deleted debug log

This commit is contained in:
Oleksandr Honcharov 2024-06-07 00:50:49 +03:00
parent d0c978bf87
commit 69ae4f5dad

View File

@ -30,7 +30,6 @@ func main() {
// 1. Determine Download URL
var downloadURL string = baseURL + filePath
fmt.Println("download path", downloadURL)
wg.Add(1) // Increment WaitGroup counter
go func(filePath, downloadURL string) { // Use goroutine for concurrent download