Skip to content

Commit 1328669

Browse files
committed
Readme
1 parent 487b6e6 commit 1328669

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,28 @@
66

77
+ [Writing your first Go program](https://www.callicoder.com/golang-introduction-hello-world/)
88

9-
### Variables, Constants and Data Types
9+
10+
### Variables, Constants, and Data Types
1011

1112
+ [Golang Variables, Zero Values, and Type inference](https://www.callicoder.com/golang-variables-zero-values-type-inference/)
1213

1314
+ [Golang Basic Types, Operators, and Type Conversion](https://www.callicoder.com/golang-basic-types-operators-type-conversion/)
1415

1516
+ [Working with Constants in Golang](https://www.callicoder.com/golang-typed-untyped-constants/)
1617

18+
1719
### Control Structures
1820

1921
+ [Golang Control Flow Statements: If, Switch and For](https://www.callicoder.com/golang-control-flow/)
2022

23+
2124
### Functions and Packages
2225

2326
+ [Introduction to Functions in Go](https://www.callicoder.com/golang-functions/)
2427

2528
+ [A beginners guide to Packages in Golang](https://www.callicoder.com/golang-packages/)
2629

30+
2731
### Collection Types
2832

2933
+ [Working with Arrays in Golang](https://www.callicoder.com/golang-arrays/)
@@ -32,12 +36,14 @@
3236

3337
+ [Golang Maps by Example](https://www.callicoder.com/golang-maps/)
3438

39+
3540
### Pointers and Structs
3641

3742
+ [Playing with Pointers in Golang](https://www.callicoder.com/golang-pointers/)
3843

3944
+ [Golang Structs Tutorial with Examples](https://www.callicoder.com/golang-structs/)
4045

46+
4147
### Methods and Interfaces
4248

4349
+ [Golang Methods Tutorial with Examples](https://www.callicoder.com/golang-methods-tutorial/)

0 commit comments

Comments
 (0)