Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ type result struct {
Down int `json:"thumbs_down"`
}
// ByVotes aids in sorting result based on votes
type ByVotes []result
func (bv ByVotes) Len() int {