Search⌘ K

Exercise 1: Reflection and Interfaces

Explore practical exercises to apply Go's reflection and interface concepts. Practice creating and sorting slices of structures and implementing functions using empty interfaces to handle different data types dynamically.

We'll cover the following...

The following questions are to let you practice what you’ve learned. For further guidance, you can see a full solution to the problems in the next lesson. ...