Explorar el Código

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

neyrogovnarik hace 1 mes
padre
commit
5183cf7030
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"