From aa7689466517d084b61ce68a621f6af2b75a9a57 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 11 Jan 2025 15:25:43 +0100 Subject: [PATCH] Remove not needed import It causes error / not building binary --- map.go | 1 - 1 file changed, 1 deletion(-) diff --git a/map.go b/map.go index 57f4f26..8f2de18 100644 --- a/map.go +++ b/map.go @@ -4,7 +4,6 @@ import ( "encoding/csv" "encoding/json" "errors" - "fmt" "io" "net/url" "os"