This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-pattern-examples
Watch
1
Star
0
Fork
0
You've already forked go-pattern-examples
mirror of
https://github.com/crazybber/go-pattern-examples.git
synced
2024-11-24 04:46:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7762e0440f
go-pattern-examples
/
gomore
/
06_circuit_breaker
/
circuit_breaker_test.go
10 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
add circuit_breaker /rate_limiting
2020-04-28 17:48:09 +03:00
package
circuit
import
(
add codes for circuit_breaker
2020-05-08 10:51:33 +03:00
"testing"
add circuit_breaker /rate_limiting
2020-04-28 17:48:09 +03:00
)
add codes for circuit_breaker
2020-05-08 10:51:33 +03:00
func
TestBasicBreaker
(
t
*
testing
.
T
)
{
add circuit_breaker /rate_limiting
2020-04-28 17:48:09 +03:00
}
Reference in New Issue
Copy Permalink