- Notifications
You must be signed in to change notification settings - Fork 2.2k
Labels
Description
It would be nice if go-github supported the context package, so you could coordinate cancelation across many different goroutines.
It's now available in the standard library as https://golang.org/pkg/context/.
dmitshur and gmlewis