Search Results
Searching for: Type Conversion in Go
Type Converstion
Language: Go
Type conversion is used to convert an object or variable of one type into another. Also known as typecast or type casting in other languages.
Interfaces
Language: Go
Interfaces are types that contain several method signatures (method name declarations without implementation).