Thanks to visit codestin.com Credit goes to github.com
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 c9c9f3b commit 3eb9d5dCopy full SHA for 3eb9d5d
github/issues.go
@@ -76,7 +76,7 @@ type IssueListOptions struct {
76
Sort string `url:"sort,omitempty"`
77
78
// Direction in which to sort issues. Possible values are: asc, desc.
79
- // Default is "asc".
+ // Default is "desc".
80
Direction string `url:"direction,omitempty"`
81
82
// Since filters issues by time.
@@ -170,7 +170,7 @@ type IssueListByRepoOptions struct {
170
171
172
173
174
175
176
0 commit comments