Procházet zdrojové kódy

Github likes "go" not "golang"

Evan Huus před 11 roky
rodič
revize
34d7dc5690
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 - success threshold (for closing the breaker)
 - timeout (how long to keep the breaker open)
 - timeout (how long to keep the breaker open)
 
 
-```golang
+```go
 breaker := breaker.New(3, 1, 5*time.Second)
 breaker := breaker.New(3, 1, 5*time.Second)
 
 
 for {
 for {