Move sections into the correct chapter

This commit is contained in:
Michael Still
2021-04-11 11:43:39 +10:00
committed by İnanç Gümüş
parent cd2e74115c
commit 3e1a337b06

View File

@ -14,10 +14,10 @@ Enjoy!
* **Write Your First Go Program**
* Please watch all the lectures.
* **Master the Type System of Go**
* What is Go Doc?
* The lectures under "Write a Library Package".
* **Master the Type System of Go**
* Every Go type has a zero value
* What is a blank identifier?
* Let's declare a couple of variables!