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

# Packages

This is an example that creates interface pollution by improperly using an interface when one is not needed.
This is an example that removes the interface pollution by removing the interface and using the concrete type directly.