Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace complex Context construct with a simpler immutible struct. Only breaking change is not to support `Value` and `GetValue` as first class calls. We do embed ctx.Context() as a raw context.Context instead to be used as you see fit.
- Loading branch information