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/.
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/.