Types in the Go Programming Language
Vladimir Vivien
Software Engineer | Build stuff in Go | Kubernetes Contributor | LinkedIn Instructor
One aspect of the Go language (golang) that may cause newcomers to scratch their heads in wonder is the type system. Go types are simple and straightforward. However, a grounded understanding of the fundametal characteristics of Go types helps lowering the number of frustrating moments when adopting the language.
This writeup presents a condensed summary of types and type system rules that new Go programmers and even current practitioners may find useful.
Read full story on Medium.Com - Types in the Go Programming Language