
In this Challenge, you are going to learn the basics of type assertions in Go and how you can use type assertions to …

In this Challenge, you are going to be working with interfaces and how to satisfy interfaces!
In this challenge, you are going to need to work with JSON strings and parse JSON in Go in order to retrieve the highest …