Closed DavidLu1997 closed 7 years ago
Added make lint using golint, I think this is a good thing to have in Go repositories. Many of Remind's internal repositories have it (see Hermes, Unreads, Shorty, Experiments)
make lint
golint
Fixed:
no_underscores
noUnderscores
Sql
SQL
Looks good to me.
Cool, thanks!
Added
make lint
usinggolint
, I think this is a good thing to have in Go repositories. Many of Remind's internal repositories have it (see Hermes, Unreads, Shorty, Experiments)Fixed:
no_underscores
=>noUnderscores
Sql
=>SQL