golang reflection golang reflection

Golang Reflection: The Guide to Runtime Type Inspection, Manipulation, and Best Practices

Go’s legendary simplicity and blazing performance come from its static type system. Every variable has a known type…