Pointers to a struct
Anonymous struct Fields
Nested structs
Promoted struct Fields
Structs Equality
Mathods vs Functions
Methods with Same Names
Pointer receivers vs value receivers
When to use pointer receiver and when to use value
receiver
Value Receivers vs Value Arguments
Pointer receivers in methods vs pointer arguments in
functions.
Methods on non struct types
Linked list Data structure
Using new Function To Create Link List
Create Link List using Method
Link List Container in Go
LIFO (Stack)
Stack of int Slice
Create Stack Of Strings Using Slice