On 7 Sep 2017, at 06:10, Sankar <sankar.curios...@gmail.com> wrote: > > Are there any tools available for golang to split long functions so that they > can fit in 80 columns (as long as possible) ?
Don't fear longer lines, most of us are not on text mode terminals any more. :) When it becomes *too* long it's probably hard to read due to being a too large or too complex expression, not the line length per se. My preferred solution would be to split it up with a variable or two. I don't think there is a tool for that, it requires human consideration. //jb -- 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.