You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more documentation for method and types (#79)
* Updated package Godoc
* Updated go code to specify that `WithName()` method is optional
* Added formatting in README.md
* Updated godoc for `WithName()` method
* Updated godoc for `NewWithSignals()` constructor
* Updated app example to use rootCtx
* Updated godoc for `Register()` constructor
* Updated godoc for `Hook` type
Add full-fledged example application with HTTP server (#47)
* Added full-fledged runnable example
* Added instructions on how to run the example application