How to start with Go for the first time

Hi! I am new in programming and I want to start with Go. Where should I start first? Could you help me to find best and free resources to learn Go faster.

There is no “best”. But I learned the basics from Todd McLeod https://www.youtube.com/results?search_query=todd+mcleod+golang and another sources are https://gobyexample.com and https://course.gowebexamples.com

But the best way is to just start coding with a goal. I decided to do my own tutorial to make a website using Go in order to just - learn. https://gowebstatic.tk

I also recomend this book.

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

You might want to check this out: “Are you a beginner in Go?”

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