directory
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# Packages

Sample program to show how what we are doing is NOT embedding a type but just using a type as a field.
Sample program to show how to embed a type into another type and the relationship between the inner and outer type.
Sample program to show how embedded types work with interfaces.
Sample program to show what happens when the outer and inner type implement the same interface.
No description provided by the author