10 lines
81 B
Go
Raw Normal View History

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