478
What are you using? Notepad?
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
This is one of the things I like most about Go. Formatting is already defined and handled by
go fmt
. Takes out all format arguments before they start.