update test

This commit is contained in:
Sergey Zhemoytel 2025-01-07 22:20:03 +03:00
parent 3ab7b24632
commit 7b0f0ffccb

View file

@ -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"
)