Type Assertion

This lesson explains converting the type of a given value to another specific value using examples

We'll cover the following...

Introduction

In the previous lesson, we covered type conversions. Now, we will move on to discuss how, if you have a value that you want to convert to another or a specific type (in case of interface{}), you can ...