kennygrant / gohackernews

Golang News - curated links about the Go programming language
https://golangnews.com
MIT License
283 stars 42 forks source link

markdown text entry #45

Closed pjebs closed 4 years ago

pjebs commented 4 years ago

Is there a reason why the deployed site has: image

but this repo does not?

pjebs commented 4 years ago
// CanStyle returns true if this user can style text in comments/stories.
func (u *User) CanStyle() bool {
    return u.Points > 30
}