Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 553 Bytes

File metadata and controls

9 lines (6 loc) · 553 Bytes

pat

Go package for patterns and best practices.

Patterns

  • stop - Pattern for stoppable types that need to do tear-down work before stopping.
  • start - Pattern for start and stoppable types that need to be started, and to do tear-down work before stopping.
  • sleep - Package for sleeping for progressively changing durations as part of systems that rely on resources which may come and go.