Go - Interface Satisfaction - 2
- When a type value assign to a variable, it can call method declared with type value and pointer

- When a type pointer assign to a variable, it can call method declared with type value and pointer

- Variable content value must be same interface type, otherwise compile error
