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
go version go1.3.1 darwin/amd64
Try to format next code snippet: http://play.golang.org/p/b0tIzdvp9i
In my opinion the code should be formatted in a way how it looks like
before formatting i.e. columns aligned to comma.
The text was updated successfully, but these errors were encountered:
Interesting. I reckon formatting by aligning 'equals' is out of scope as well... Example:
myvariable = something
myvar = something else
instead of:
myvariables = something
myvar = something else
that's be awesome
by mrekucci:
The text was updated successfully, but these errors were encountered: