First
Testing out hugo
Some code
func FailAllRequestsWithErrorResponse(requests []*Request, status int, code ...int) {
for _, r := range requests {
r.Output = NewErrorResponse(r.Index, status, code...)
}
}
Inline
Inline code NewOkResponse(index int, data interface{}) *client.Response
in here
Quote
What I cannot create, I do not understand
- Richard Feynman