🧠 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: https://discord.com/invite/3JhkwjQHjc
`
💰 Links to stuff I use:
⌨ Keyboard ► HHKB Professional HYBRID Type-S White
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