[go-nuts] Re: how to start with go?

2024-07-23 Thread Guilherme de Oliveira Amorim
Well, usually, when I want to learn a new programming language, I create a project using the architecture I'm most familiar with, which in this case is Clean Architecture. This way, basic elements of the language are studied in an intuitive and contextualized way. This helps to consolidate the

[go-nuts] Re: how to start with go?

2024-07-23 Thread Guilherme de Oliveira Amorim
Well, usually, when I want to learn a new programming language, I create a project using the architecture I'm most familiar with, which in this case is Clean Architecture. This way, basic elements of the language are studied in an intuitive and contextualized way. This helps to consolidate the