// Client returns an *http.Client that makes requests which are subject to the // rate limit of your OAuth application. | |
func (t *UnauthenticatedRateLimitedTransport) Client() *http.Client { | |
return &http.Client{Transport: t} | |
} |
--
You received this message because you are subscribed to the Google Groups "go-github" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-github+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That makes sense, thanks Will.