6 The Zoo of Go Functions

blog.learngoprogramming.com posted by blackflicker 2334 days ago  

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

What is inside?

  • Named and variadic funcs
  • Methods
  • Interface methods
  • First-class funcs
  • Anonymous funcs
  • Higher-Order funcs
  • Deferred funcs
  • Concurrent funcs
  • Others: Recursive, Black-Hole, Inlined, and External funcs.
Register to comment or vote on this story