[go-nuts] Re: Need help to learn go lang

2019-07-23 Thread Everton Marques
Em sexta-feira, 19 de julho de 2019 10:39:03 UTC-3, veeres...@gmail.com escreveu: > > would anyone help me out how to learn go lang more practically , may be > some resources . I want to understand go lang more practically , with some > great examples. > > thank you! > If you have basic

[go-nuts] Re: Need help to learn go lang

2019-07-21 Thread Jason E. Aten
This is my outline of beginner hints: https://github.com/glycerine/thinkgo -- 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

[go-nuts] Re: Need help to learn go lang

2019-07-20 Thread Leo R
Two books immediately come to mind (1) Donovan & Kernighan "The Go Programming Language", 2016 (2) Tapir Liu "Go 101", 2019 [https://go101.org/] Book (1) is to Go what K is to C. The book (2) is a useful complementary exposition. Both books assume some familiarity with programming in

[go-nuts] Re: Need help to learn go lang

2019-07-19 Thread Ronny Bangsund
Brian's list is good. I started with the tour and picked relatively simple tools I wanted to write, then looked up what I needed as projects advanced. My list of GitHub Go projects is getting unwieldy now, a few years later. It's an addiction. Just start with simple projects and set some