Functions in Go
Dec 12, 2020
This is a series of posts that covers the various aspects of Go Functions:
- Go Functions (Part 1) — The anatomy of a regular function
- Go Functions (Part 2) — Saving functions in variables
- Go Functions (Part 3) — Variadic Functions
- Go Functions (Part 4) — Anonymous Functions
- More coming soon.
This article is part of the wider Learning Go series