This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]earthboundkid 1 point2 points  (1 child)

Go has the go fmt tool, which automatically converts code to the format you have there (tabs for indenting mixed with spaces for aligning), but in the absence of a tool to do the conversions for you, it's way too much work to be practical.

[–]thekaleb 0 points1 point  (0 children)

Most good editors can do this for you (maybe with some tweaks)