go-pattern-examples/gomore/06_circuit_breaker/circuit_breaker_test.go

10 lines
81 B
Go
Raw Normal View History

2020-04-28 17:48:09 +03:00
package circuit
import (
2020-05-08 10:51:33 +03:00
"testing"
2020-04-28 17:48:09 +03:00
)
2020-05-08 10:51:33 +03:00
func TestBasicBreaker(t *testing.T) {
2020-04-28 17:48:09 +03:00
}