Files
learngo/04-statements-expressions-comments/exercises/06-use-godoc/exercise.md
Anand Prabhu f7ada03770 fix: readme file with the correct link
+ Updates the readme file with the correct link for `2. Naked Expressions` exercise
+ Improves the readability
2019-01-16 23:14:29 +03:00

191 B

EXERCISE

  • Print the documentation of runtime.NumCPU function in the command line
  • Print also its source code using in the command line

HINT

You should use correct go doc tools