v0.7.0
FanOut
changed to accept receive channel- interfaces
StartableWorker
andStoppableWorker
are now exported OnStart
andOnStop
callbacks order execution changed: first these are executed from worker (if any), then from options (if any)- test improvements (more test, more coverage)
- repo CI now executes
go-test-coverage
action