Let's Go › Optional Go features
Previous · Contents · Next
Chapter 13.

Optional Go features

In this section of the book we’re going to talk about two Go features that are relatively new additions to the language: file embedding and generics.

Using these features is completely optional — our application works absolutely fine without them — but they are both useful and worth knowing about.

Essentially:

Let’s jump straight in and take a look at them.