I am learning the go language and really liking it.  However, there are a 
few things that drive me crazy and I wanted to list one in particular to 
see if there is some way to change it.

When I write a package that has 20 different functions in it I like to add 
4 or 5 blank lines between each function to make it easier to scroll down 
through the code and easily see where one starts and ends.  Currently gofmt 
removes all my extra lines and replaces them with a single space which 
makes it difficult to easily see what I'm looking at.

Is there some way to get it to not remove my extra lines?

Thanks,

Glenn

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to