Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubIssues ¶
func (GitHubIssues) Len ¶
func (s GitHubIssues) Len() int
func (GitHubIssues) Less ¶
func (s GitHubIssues) Less(i, j int) bool
Issue i comes before j if i was created after j. Essentially CreatedAt descending, where the most recent is first.
func (GitHubIssues) Swap ¶
func (s GitHubIssues) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.