Codebase list golang-github-go-kit-kit / f9e869a
circuitbreaker: gofmt -s -w Peter Bourgon 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6666
6767 type mock struct {
6868 through int
69 err error
69 err error
7070 }
7171
7272 func (m *mock) endpoint(context.Context, interface{}) (interface{}, error) {