add: programmer's roadmap
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user