Compare commits

..

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

View File

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