add: programmer's roadmap

This commit is contained in:
Inanc Gumus
2019-05-15 23:39:54 +03:00
parent 5c2dffe6c0
commit 74df798fa4
13 changed files with 182 additions and 233 deletions

View File

@ -29,7 +29,7 @@ func main() {
// Println function of "fmt" package becomes available
// Look at what it looks like by typing in the console:
// godoc -src fmt Println
// go doc -src fmt Println
// Println is just an exported function from
// "fmt" package