mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 11:56:03 +03:00
10 lines
81 B
Go
10 lines
81 B
Go
package circuit
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestBasicBreaker(t *testing.T) {
|
|
|
|
}
|