The lack of support for context.Context rules out this project for me.
All our cross-cutting concerns (tracing/monitoring, auth, timeouts) are built on top of the context pattern (and it works great compared to other languages).
Something like Execute(context.Context, req *Request) could be a simple solution to this.
All our cross-cutting concerns (tracing/monitoring, auth, timeouts) are built on top of the context pattern (and it works great compared to other languages).
Something like Execute(context.Context, req *Request) could be a simple solution to this.