Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 657 Bytes

buzz

GoDoc Test

Robust workers for Go

Overview

The concept defined in this package is intended to be quite configurable. Using middleware can be a very powerful design. You may want to define middleware to recover from panics, inject content into the context (like a logger, etc), perform setup or teardown steps, or any number of other things that you can think of!