From 3e1a337b06951fd61c739b613ea271d89b95b088 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Sun, 11 Apr 2021 11:43:39 +1000 Subject: [PATCH] Move sections into the correct chapter --- 01-get-started/programmers-roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01-get-started/programmers-roadmap.md b/01-get-started/programmers-roadmap.md index 423cea2..837fe89 100644 --- a/01-get-started/programmers-roadmap.md +++ b/01-get-started/programmers-roadmap.md @@ -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!