Core probably should not use context.Context
Open
- Dominant language
- Go
- Stars
- 122
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
[context.Context](https://golang.org/pkg/context/) depends (indirectly) on `fmt` and bunch of other stuff. To keep `core` small, remove that explicit `context` dependency by introducing a local `Context` type that satisfies the right interface.
Contributor guide
Assessment
This issue has not been assessed yet.