Need free Tutorial

Hello, everyone. I am saif. It’s very pleasant and nice to here in the golangbridge forum. I feel very excited. it is an amazing community. thanks, everyone from my side.

I am new to programming as well as new to golang. i need some tutorial. if someone had tutorial plz do share with me. thanks

1 Like

A good book for beginning that I recommend is this one

https://www.golang-book.com/books/intro

also start reading Go documentation

https://golang.org/doc

3 Likes

I agree with @geosoft1 on the book and reading documentation.

On top of that check out the YouTube channel called “Learn To Code” by a guy named Todd McLeod. The guy is very through in his explanations and uses the Go documentation a lot which is great to understand how to read them.

3 Likes

@Saifulhaq
You can start learning the go programming from go tour. You will get a chance to do hands-on while learning.
You can also learn the go from https://gobyexample.com website. It explains the Go concept in a very simple way with example.
Once you learn the go syntax and have done hands-on then you can start reading Effective Go on Go’s official document and specification.

If you interested in a reading book, below are a list of book you can refer:

  • The Go programming language
  • Go in action
  • Introducing Go
  • The way to Go
2 Likes

I have been writing beginner tutorials about Go for quite sometime now. Please check golangbot.com

4 Likes

Thank you sir. i will do

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.