Hi Everyone, Let's try to understand, Struct and Interface in Go programming language Struct - struct is also called as structure, so normally we have some built in data types which are provided by the language, such as int, float64, string, bool etc but suppose we want to create our own custom data type, how can we achieve this ?