2020-05-08 15:51:33 +08:00

10 lines
81 B
Go

package circuit
import (
"testing"
)
func TestBasicBreaker(t *testing.T) {
}