From 6b99c8e0aae1f8f09af8599e699201225da27e2f Mon Sep 17 00:00:00 2001 From: a Date: Sat, 26 Mar 2022 21:45:49 -0500 Subject: [PATCH] clean --- task/http_request.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/task/http_request.go b/task/http_request.go index bffffb8..794e63d 100644 --- a/task/http_request.go +++ b/task/http_request.go @@ -63,8 +63,3 @@ func (_ *HttpRequest[T]) NoErr() func(r *HttpRequest[T]) bool { return r.err == nil } } - -type someResult struct { - Title string `json:"title"` - Id int `json:"id"` -}