Re: [go-nuts] Line wrapping and the lack of some convention

2019-09-07 Thread Sotirios Mantziaris
Thanks for the link, this clears things out a bit. On Fri, 6 Sep 2019 at 02:21, Ian Lance Taylor wrote: > On Thu, Sep 5, 2019 at 10:59 AM Sotirios Mantziaris > wrote: > > > > I would liked that gofmt would handle this one also in order to avoid > battles about what is the correct line wrapping

Re: [go-nuts] Line wrapping and the lack of some convention

2019-09-05 Thread Ian Lance Taylor
On Thu, Sep 5, 2019 at 10:59 AM Sotirios Mantziaris wrote: > > I would liked that gofmt would handle this one also in order to avoid battles > about what is the correct line wrapping in go. > > In Effective Go there is a section, with smaller fonts than the usual > document that states: > > Line

[go-nuts] Line wrapping and the lack of some convention

2019-09-05 Thread Sotirios Mantziaris
Hi, I would liked that gofmt would handle this one also in order to avoid battles about what is the correct line wrapping in go. In Effective Go there is a section, with smaller fonts than the usual document that states: Line lengthGo has no line length limit. Don't worry about overflowing a