Skip to content

livepeer/go-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tools

Utility packages used across Livepeer Go repositories.
Put a function or package here only if all below statements are true:

  • the function is used across multiple Livepeer repositories
  • unit tests are included
  • there is test coverage of code using the function in the dependent repo, at the very least to execute imports
  • it introduces minimal transitive dependencies