You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
I referenced this a lot as I learned go. Should we add it to @gopher newbie resources? Some key idioms it mentions include avoiding stuttering package/type, capitalize initialisms, early return from the error case code branch https://github.com/golang/go/wiki/CodeReviewComments
The text was updated successfully, but these errors were encountered:
I referenced this a lot as I learned go. Should we add it to
@gopher newbie resources
? Some key idioms it mentions include avoiding stuttering package/type, capitalize initialisms, early return from the error case code branchhttps://github.com/golang/go/wiki/CodeReviewComments
The text was updated successfully, but these errors were encountered: