From d670515c15b3211a87b0c08aa6a7f3f08b47dacf Mon Sep 17 00:00:00 2001 From: Omid Destan Date: Sat, 2 Dec 2023 14:38:05 +0330 Subject: [PATCH] Fix --- cmd/Part2/Part2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Part2/Part2.go b/cmd/Part2/Part2.go index e7f06f3..00e258c 100644 --- a/cmd/Part2/Part2.go +++ b/cmd/Part2/Part2.go @@ -5,6 +5,7 @@ import ( "encoding/json" "fmt" "github.com/TwiN/go-color" + "io/ioutil" "net/http" "strings"