We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9527d commit 8d35ec1Copy full SHA for 8d35ec1
response.go
@@ -6,9 +6,7 @@ import (
6
"time"
7
)
8
9
-// Response is a GitHub API response. This wraps the standard http.Response
10
-// returned from GitHub and provides convenient access to things like
11
-// pagination links.
+// Response is a wrapper around http.Response that provides rate limit information.
12
type Response struct {
13
*http.Response
14
0 commit comments