Empty Interface

Interfaces like interface{} mean you can put value of any type, including your own custom type.


interface{}
                        
interface_type.go