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