From 7b0f0ffccb757f0f8a16893e34b878860c6c7358 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Tue, 7 Jan 2025 22:20:03 +0300 Subject: [PATCH] update test --- test/main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/main.go b/test/main.go index 77ee565..8efd5a2 100644 --- a/test/main.go +++ b/test/main.go @@ -1,22 +1,16 @@ package main import ( - "bytes" "crypto/sha1" "encoding/json" "fmt" "io" "log" - "mime/multipart" "net/http" "net/http/httptest" - "net/url" "os" "strings" - "time" - "github.com/gregjones/httpcache" - "github.com/gregjones/httpcache/diskcache" "tvoygit.ru/Djam/abfapi" )