|
6 | 6 |
|
7 | 7 | + [Writing your first Go program](https://www.callicoder.com/golang-introduction-hello-world/)
|
8 | 8 |
|
9 | | -### Variables, Constants and Data Types |
| 9 | + |
| 10 | +### Variables, Constants, and Data Types |
10 | 11 |
|
11 | 12 | + [Golang Variables, Zero Values, and Type inference](https://www.callicoder.com/golang-variables-zero-values-type-inference/)
|
12 | 13 |
|
13 | 14 | + [Golang Basic Types, Operators, and Type Conversion](https://www.callicoder.com/golang-basic-types-operators-type-conversion/)
|
14 | 15 |
|
15 | 16 | + [Working with Constants in Golang](https://www.callicoder.com/golang-typed-untyped-constants/)
|
16 | 17 |
|
| 18 | + |
17 | 19 | ### Control Structures
|
18 | 20 |
|
19 | 21 | + [Golang Control Flow Statements: If, Switch and For](https://www.callicoder.com/golang-control-flow/)
|
20 | 22 |
|
| 23 | + |
21 | 24 | ### Functions and Packages
|
22 | 25 |
|
23 | 26 | + [Introduction to Functions in Go](https://www.callicoder.com/golang-functions/)
|
24 | 27 |
|
25 | 28 | + [A beginners guide to Packages in Golang](https://www.callicoder.com/golang-packages/)
|
26 | 29 |
|
| 30 | + |
27 | 31 | ### Collection Types
|
28 | 32 |
|
29 | 33 | + [Working with Arrays in Golang](https://www.callicoder.com/golang-arrays/)
|
|
32 | 36 |
|
33 | 37 | + [Golang Maps by Example](https://www.callicoder.com/golang-maps/)
|
34 | 38 |
|
| 39 | + |
35 | 40 | ### Pointers and Structs
|
36 | 41 |
|
37 | 42 | + [Playing with Pointers in Golang](https://www.callicoder.com/golang-pointers/)
|
38 | 43 |
|
39 | 44 | + [Golang Structs Tutorial with Examples](https://www.callicoder.com/golang-structs/)
|
40 | 45 |
|
| 46 | + |
41 | 47 | ### Methods and Interfaces
|
42 | 48 |
|
43 | 49 | + [Golang Methods Tutorial with Examples](https://www.callicoder.com/golang-methods-tutorial/)
|
0 commit comments