Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 385 Bytes

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