Golang Functions

Golang Functions

Chapter 5. Functions

So far, our programs have been limited to a few lines in the main function. It’s time to get bigger. In this chapter, we’re going to learn how to write functions in Go and see all of the interesting things we can do with them.