3 Interfaces and reflection

blog.gopheracademy.com posted by gopher 1956 days ago  

Interfaces are one of the fundamental tools for abstraction in Go. Interfaces store type information when assigned a value. Reflection is a method of examining type and value information at runtime.

Register to comment or vote on this story