What Beginners Need to Know When Writing Golang

Опубликовано: 09 Апрель 2025
на канале: Tiago
6,999
380

🧠 Learn how to build awesome Golang projects here: https://selfmadeengineer.com

🙋🏼‍♂️ Follow me on:
X: https://x.com/tiago_taquelim_

In this video I give a detailed overview of the most important differences when learning Go for beginners or someone coming from another programing language.

Go has been designed has a simple and minimalistic language and that's how we should aim to build our software with it.

Thanks for watching 💪

Join Discord if you need help:   / discord  

Time Stamps 👇
00:00:00 Introduction
00:01:04 Standard Library
00:02:25 Structs
00:04:23 Go's variable names
00:05:54 Type system and variable declaration
00:08:56 Pointers
00:13:15 Error Handling
00:15:48 Method Receivers & More Pointers
00:21:35 Object-Oriented vs Interface-Based design