This commit is contained in:
a 2022-03-26 21:45:49 -05:00
parent 61f1b4461e
commit 6b99c8e0aa
1 changed files with 0 additions and 5 deletions

View File

@ -63,8 +63,3 @@ func (_ *HttpRequest[T]) NoErr() func(r *HttpRequest[T]) bool {
return r.err == nil return r.err == nil
} }
} }
type someResult struct {
Title string `json:"title"`
Id int `json:"id"`
}