File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010

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

13+
6. [Introduction to Functions in Go](https://www.callicoder.com/golang-functions/)
14+
1315
6. [Working with Arrays in Golang](https://www.callicoder.com/golang-arrays/)
1416

1517
7. [Introduction to Slices in Golang](https://www.callicoder.com/golang-slices/)
1618

17-
8. [Golang Maps by Example](https://www.callicoder.com/golang-maps/)
19+
8. [Golang Maps by Example](https://www.callicoder.com/golang-maps/)
20+
21+
9. [Playing with Pointers in Golang](https://www.callicoder.com/golang-pointers/)

0 commit comments

Comments
 (0)