Browse Source

fix: убран неиспользуемый import io

neyrogovnarik 1 month ago
parent
commit
5183cf7030
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/internal/handlers/upload.go

+ 0 - 1
backend/internal/handlers/upload.go

@@ -4,7 +4,6 @@ package handlers
 import (
 	"encoding/json"
 	"fmt"
-	"io"
 	"net/http"
 	"net/url"
 	"time"