pat icon indicating copy to clipboard operation
pat copied to clipboard

Go package for patterns and best practices

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.