Update medium_client.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:21:27 +00:00 committed by GitHub
parent 36e5fe60e7
commit 9bb6d7e79e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ import (
"net/http" "net/http"
"os" "os"
"strings" "strings"
"net/url"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"