clean
This commit is contained in:
parent
61f1b4461e
commit
6b99c8e0aa
|
@ -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"`
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue