The Zoo of Go Functions

The Zoo of Go Functions

An overview about: anonymous, higher-order, closures, concurrent, deferred, and other kinds of Golang funcs.

What is inside?

  • Named and variadic funcs
  • Methods
  • Interface Methods
  • First-class
  • Anonymous
  • Higher-Order
  • Defer
  • Concurrent
  • Others: Recursive, Black-Hole, Inlined, and External Funcs.

Click here to read the article.

1 Like

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