grr89

Results 2 issues of grr89

+----------------+---------+ | MIGRATION | APPLIED | +----------------+---------+ | 2015_06_02.sql | no | | 2015_05_21.sql | no | | 2015_06_03.sql | no | +----------------+---------+

``` go var count int cb := circuit.NewThresholdBreaker(3) //circuit function should be call 3 times err := cb.Call(func() error { count += 1 _, err := rpc.DialHTTP("tcp", "127.0.0.1:4000") //connection error...