This repo keeps different approaches and patterns for Go
that I find helpful.
- Functional Options (basics/funcitonaloptions)
- Pipeline Commands (basics/pipelinecmds)
- Phantom Types (basics/phantomtypes)
- Concurrent Tasks (concurrency/tasks)
- Gracefull Shutdown (web/gracefulshutdown)