Exercise 2: Reflection and Interfaces
Let’s test our understanding by attempting these challenges.
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.
Problem 1
The sortCSV.go
code, provided in the playground below, is a Go program that reads data from a CSV file specified as a ...