From e34d09f76268da72c8b820fc851e931012859b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Sun, 11 Jan 2026 00:48:04 +0100 Subject: [PATCH] Remove unused encoding/json import --- go_cloud/internal/storage/nextcloud.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go_cloud/internal/storage/nextcloud.go b/go_cloud/internal/storage/nextcloud.go index 154aee5..34dedaa 100644 --- a/go_cloud/internal/storage/nextcloud.go +++ b/go_cloud/internal/storage/nextcloud.go @@ -4,7 +4,6 @@ import ( "bytes" "crypto/rand" "encoding/base64" - "encoding/json" "fmt" "io" "net/http"