Re: [go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-21 Thread Karlovsky Alexey
Also i can recommend this book: https://go101.org/article/101.html On Wed, Sep 16, 2020 at 1:15 PM Vladimir Varankin wrote: > Hey! > > My peaks, that helped me a lot, back when I started with Go (depending on > what's your prefered way to learn and how fast do you have to learn it, > some might

[go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-16 Thread Vladimir Varankin
Hey! My peaks, that helped me a lot, back when I started with Go (depending on what's your prefered way to learn and how fast do you have to learn it, some might be less useful than the others. But it's worth to have the options): - Books Go in Action — an extreamly good introduction to the

[go-nuts] Re: What books/tutorail/resources/blog for newcomer to golang?

2020-09-15 Thread Brian Candler
There are lots of excellent resources here: https://golang.org/doc/ I especially recommend "A Tour of Go" and "Effective Go", and many articles under The Go Blog, such as "Go Slices: usage and internals" -- You received this message because you are subscribed to the Google Groups