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

# Packages

Sample program to show how you can use embedding to reuse behavior from another type and override specific methods.
This program defines a type Feed with two methods: Count and Fetch.