Closed pjebs closed 4 years ago
Is there a reason why the deployed site has:
but this repo does not?
// CanStyle returns true if this user can style text in comments/stories. func (u *User) CanStyle() bool { return u.Points > 30 }
Is there a reason why the deployed site has:
but this repo does not?