directory
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev
# Packages
Example shows how to reflect over a map of struct type values that are stored inside an interface value.
Example shows how to reflect over a struct type pointer that is stored inside an interface value.
Example shows how to reflect over a slice of struct type values that are stored inside an interface value.
Example shows how to reflect over a struct type value that is stored inside an interface value.