Biginner in go need a help

hi everyone. i’m a beginner in programming and i’m starting with the go language. i’d like to know everything you need to master the language.

Start here:

And here:

https://www.gopl.io/

Note that the Go Programming Language by Alan A. A. Donovan and Brian W. Kernighan might be a tad outdated with regard to modules and generics, but it is an excellent book. One of the best programming books I’ve ever read on any language, in fact.

1 Like

Goes for every book he (co)authored.

1 Like

That’s a good tip. I don’t believe I’ve read any other books but having the first documented “Hello World” program is some pretty legit nerd street cred. I just noticed he authored a book with Rob Pike as well, released back in 1999 (10 years before Go would first appear!). I might have to check that out.

1 Like

Thank you very much for your helping.

I’d also go with some of the uDemy courses, actually.