From 9bb6d7e79e871d68effb656108c5362213ad56d9 Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:21:27 +0000 Subject: [PATCH] Update medium_client.go --- pkg/client/medium_client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/client/medium_client.go b/pkg/client/medium_client.go index 13bdfcb..82d653a 100644 --- a/pkg/client/medium_client.go +++ b/pkg/client/medium_client.go @@ -6,6 +6,7 @@ import ( "net/http" "os" "strings" + "net/url" log "github.com/sirupsen/logrus"