Hello fellow gophers,
I have been a long time lurker here and figure its time I give something back and/or get some opinions on where I am with my Go skills.
First up is a context logging library, for my use case i don't always want to log and I also don't want to add too many external dependencies to my client libraries. https://github.com/finack1935/ctxlog
Next up is my take on a http client, it uses ctxlog for logging and is heavily inspired by Dave Chaney's talk on first class functions. https://github.com/finack1935/httpclient
