This git repository shows an example of all the common conventions for
build layout https://github.com/golang-standards/project-layout
On Tuesday, 24 April 2018 08:26:49 UTC+3, vteja...@gmail.com wrote:
>
> Thank you Matt, I will start reading as you mentioned.
>
> BR,
> Teja
>
> On Monday, April
Thank you Matt, I will start reading as you mentioned.
BR,
Teja
On Monday, April 23, 2018 at 8:36:00 PM UTC+2, matthe...@gmail.com wrote:
>
> Hi Teja,
>
> I found Effective Go to be generally helpful:
> https://golang.org/doc/effective_go.html
>
> Here’s my best example: https://github.com/pciet
Hi Teja,
I found Effective Go to be generally helpful:
https://golang.org/doc/effective_go.html
Here’s my best example: https://github.com/pciet/wichess
My golang-nuts code review points:
- don’t overuse interface (consider closures and function types/fields)
- don’t overuse packages, make mor