[go-nuts] Re: Proper way to construct|format this code...

2017-07-31 Thread rogerjd
>From studying Go I learned: there is no need of if/else unless there is a statement after it which depends on it if else statement //depends on if/else branch/path Isn't it so? On Sunday, July 30, 2017 at 4:22:00 PM UTC-4, Eric Brown wrote: > > What is the standard way to construct|format the

[go-nuts] Re: Proper way to construct|format this code...

2017-07-30 Thread Dave Cheney
https://medium.com/@matryer/line-of-sight-in-code-186dd7cdea88 -- 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

[go-nuts] Re: Proper way to construct|format this code...

2017-07-30 Thread edb9818
Thank you guys for your time and feedback... much appreciated! Just wanted to make sure. Sometimes it's the simple things... On Sunday, July 30, 2017 at 3:41:46 PM UTC-5, Tamás Gulácsi wrote: > > The first (return early). > And use gofmt -- You received this message because you are subscribed