Explorar o código

Github likes "go" not "golang"

Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
34d7dc5690
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      breaker/README.md

+ 1 - 1
breaker/README.md

@@ -8,7 +8,7 @@ Creating a breaker takes three parameters:
 - success threshold (for closing the breaker)
 - timeout (how long to keep the breaker open)
 
-```golang
+```go
 breaker := breaker.New(3, 1, 5*time.Second)
 
 for {