TutorialEdge Tutorials

Learn the basics of type assertions in Go and how to use them to retrieve the dynamic values stored inside interfaces.

In this Challenge, you are going to be working with interfaces and how to satisfy interfaces!
In this challenge, you are tasked with decoding this secret message and returning the unencoded string in Go!