SebastianCzoch/onesky-go

View on GitHub
Godeps/_workspace/src/github.com/jarcoal/httpmock/transport.go

Summary

Maintainability
A
0 mins
Test Coverage

Your code does not pass gofmt in 5 places. Go fmt your code!
Open

package httpmock

comment on exported method MockTransport.CancelRequest should be of the form "CancelRequest ..."
Open

// do nothing with timeout

error var NoResponderFound should have name of the form ErrFoo
Open

var NoResponderFound = errors.New("no responder found")

comment on exported type Responder should be of the form "Responder ..." (with optional leading article)
Open

// Responders are callbacks that receive and http request and return a mocked response.

There are no issues that match your filters.

Category
Status