...

/

Recap: Go Packages and Functions

Recap: Go Packages and Functions

Let’s look at a chapter summary and take a short quiz to test our understanding of this chapter’s content.

We'll cover the following...

Summary

This chapter presented two primary topics: functions and packages. Functions are core features in Go, which makes them powerful and handy. Remember that ...