TOC
- Go - Structs
- Method with struct and interface
- Interface in Go
- Adding behaviour to any type using Type Aliasing
- Attaching Method to any type
- Code Organization
- Implement Sort Interface
- Inheritance and Composition in GO
- Method receiver vs Pointer receiver
- Methods in GO