Types and type assertions

Type assertions in Golang provide access to the exact type of variable of an interface.

Visit the following resources to learn more: