Tag: golang
All the articles with the tag "golang".
-
Reflection in Golang
Learn how reflection works in Go using the reflect package, including Type, Kind, Value, and practical examples.
-
Composition in Golang
Learn how composition works in Go using struct embedding and interface embedding, and why it is Go's preferred mechanism for code reuse.