-
Type: Task
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
The context package is now standard in Go1.7 and includes cancellation support - similar to what tomb provides. It would be nice to refactor the codebase to utilize that package instead of tomb. See https://blog.golang.org/context for more.