From fc4665fdfbd8ced49071d44a0f670c0fc912e514 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:19:12 +0500 Subject: [PATCH] Update download.go --- concurrent/download.go | 1 + 1 file changed, 1 insertion(+) diff --git a/concurrent/download.go b/concurrent/download.go index 48dd98c..849bd3e 100644 --- a/concurrent/download.go +++ b/concurrent/download.go @@ -6,6 +6,7 @@ import ( "path" "strconv" "time" + "os" "github.com/dustin/go-humanize" "github.com/logrusorgru/aurora"