Smart Go: Intro to reflection, or data type information at runtime
InfoWorld | Jul 21, 2022
Reflection is when programs can analyze their own data types at runtime, and act on that information. Learn how to use reflection in Go by way of the reflect package and using the empty interface, and the significance of types versus kinds when using reflection.
Copyright © 2022 IDG Communications, Inc.