What are the best Golang facts? And where can I get them daily?

Recently I got some facts about Golang, like:

  • defers run before assigning the return value to the target variable.
  • defers run , even after panic!

I wanna get/learn more about this awesome facts. And I want more of them?

Any known source or resources?

1 Like

Hello,

https://golang.org/ref/spec
https://golang.org/doc/effective_go.html

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.