Go Learning

From NovaOrdis Knowledge Base
Revision as of 23:38, 5 September 2023 by Ovidiu (talk | contribs) (→‎Subjects)
Jump to navigation Jump to search

Internal

Books

Subjects

  • Go had no exceptions, what is the idiomatic way to handle errors? Handling errors after each function call seems noisy. Continue here: Go Language Error Handling | TO DEPLETE.
  • Idiomatic documentation in Go. How do I document functions? Types? Classes? Continue here: Go Documentation | TO DEPLETE.
  • Packages
    • Understand package names like encoding/json. What is the underlying structure that result is such a naming scheme?
    • Continue here: