Golang Guide and Tutorials - Let's get the hands really dirty by writing a lot of Golang code 🎉
Hello!
All the code is from the Go Series: Go Language for Beginners in 16 Parts from Hacking Code site!
- 1 - Golang characteristics and Go Syntax
- 2 - Declaring Variables in Go
- 3 - Functions in Go
- 4 - Error Handling in Go
- 5 - Flow control in Go
- 6 - If..else Statement in Go
- 7 - Switch Statement in Go
- 8 - Data Structures in Go with Array
- 9 - Data Structures in Go with Slices
- 10 - Data Structures in Go with Map
- 11 - Custom Types in Go
- 12 - Struct in Go
- 13 - Methods in Go
- 14 - Interfaces in Go
- 15 - Concurrency with Goroutines in Go
- 16 - Concurrency with Goroutines and Channel in Go
I hope it could be useful to you :)
Let's keep in touch : )