Running goling on project causes it to have an error. Added comment to fix it.
@ -36,6 +36,7 @@ type result struct {
Down int `json:"thumbs_down"`
}
// ByVotes aids in sorting result based on votes
type ByVotes []result
func (bv ByVotes) Len() int {
The note is not visible to the blocked user.