[go-nuts] Re: GO language best practice document

2023-09-14 Thread Jose Corral
Also, the Uber Go style guide has been a good resource for quite some time now: https://github.com/uber-go/guide/blob/master/style.md On Wednesday, September 13, 2023 at 2:18:11 PM UTC+2 jake...@gmail.com wrote: > In addition to the style guide, I have found >

[go-nuts] Re: GO language best practice document

2023-09-13 Thread jake...@gmail.com
In addition to the style guide, I have found https://github.com/golang/go/wiki/CodeReviewComments to have some interesting insights. On Friday, September 8, 2023 at 9:05:12 AM UTC-4 Alexandre Roy wrote: > Hi, > > I want to start a new web application using GO with AWS Lambda, but first > I

[go-nuts] Re: GO language best practice document

2023-09-08 Thread peterGo
Go Style | styleguide https://google.github.io/styleguide/go/index peter On Friday, September 8, 2023 at 9:05:12 AM UTC-4 Alexandre Roy wrote: > Hi, > > I want to start a new web application using GO with AWS Lambda, but first > I want to learn the GO language. I mostly have C / Python