Skip to content

matttproud/golang_circuitbreaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Breaker is a package to provide circuit breaker functionality to Go servers that depend on potentially unreliable external systems interfaces.

Documentation

We have generated Go Doc documentation here.

Testing

Build Status