Hacker News new | ask | show | jobs
by janslow 2086 days ago
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.

1 comments

Yes. This was a great feedback. Should be considered for future releases.
Created a issue around this. Thanks again.