|
1 | 1 | # Golang Guide and Tutorials
|
2 | 2 |
|
3 |
| -Golang Guide and Tutorials - Let's get the hands really dirty by writing a lot of Golang code :tada: |
4 |
| - |
5 |
| -## Go Language for Beginners in 16 Parts |
6 |
| - |
7 |
| -Hello! |
8 |
| - |
9 |
| -All the code is from the Go Series: [Go Language for Beginners in 16 Parts](https://blog.hackingcode.io/go-language-for-beginners-tutorial-in-16-parts) from [Hacking Code](https://blog.hackingcode.io/) site! |
10 |
| - |
11 |
| -- 1 - [Golang characteristics and Go Syntax](https://blog.hackingcode.io/go-language-tutorial-go-characteristics-and-go-syntax-tutorial) |
12 |
| -- 2 - [Declaring Variables in Go](https://blog.hackingcode.io/go-language-tutorial-declaring-variables-in-go) |
13 |
| -- 3 - [Functions in Go](https://blog.hackingcode.io/go-language-tutorial-go-functions) |
14 |
| -- 4 - [Error Handling in Go](https://blog.hackingcode.io/go-language-tutorial-go-error-handling-in-go) |
15 |
| -- 5 - [Flow control in Go](https://blog.hackingcode.io/go-language-tutorial-flow-control-in-go) |
16 |
| -- 6 - [If..else Statement in Go](https://blog.hackingcode.io/go-language-tutorial-if-else-statement-in-go) |
17 |
| -- 7 - [Switch Statement in Go](https://blog.hackingcode.io/go-language-tutorial-switch-statement-in-go) |
18 |
| -- 8 - [Data Structures in Go with Array](https://blog.hackingcode.io/go-language-tutorial-data-structure-array-in-go) |
19 |
| -- 9 - [Data Structures in Go with Slices](https://blog.hackingcode.io/go-language-tutorial-data-structure-slices-in-go) |
20 |
| -- 10 - [Data Structures in Go with Map](https://blog.hackingcode.io/go-language-tutorial-go-data-structure-map-in-go) |
21 |
| -- 11 - [Custom Types in Go](https://blog.hackingcode.io/go-language-tutorial-go-custom-types) |
22 |
| -- 12 - [Struct in Go](https://blog.hackingcode.io/go-language-tutorial-struct-in-go) |
23 |
| -- 13 - [Methods in Go](https://blog.hackingcode.io/go-language-tutorial-methods-in-go) |
24 |
| -- 14 - [Interfaces in Go](https://blog.hackingcode.io/go-language-tutorial-interfaces-in-go) |
25 |
| -- 15 - [Concurrency with Goroutines in Go](https://blog.hackingcode.io/go-language-tutorial-concurrency-goroutines-in-go) |
26 |
| -- 16 - [Concurrency with Goroutines and Channel in Go](https://blog.hackingcode.io/go-language-tutorial-concurrency-goroutine-channel-in-go) |
27 |
| - |
28 | 3 | I hope it could be useful to you :)
|
29 | 4 |
|
30 |
| - |
31 | 5 | Let's keep in touch : )
|
32 | 6 |
|
33 | 7 | - [Twitter](https://twitter.com/_alex_gama)
|
|
0 commit comments