-
Introduction to the Go Programming Language
Last updated: Friday, May 8, 2026
Published in: CODE Magazine: 2020 - November/December
Wei-Meng Lee introduces readers to the Go programming language, highlighting its scalability, speed, and growing adoption in cloud computing and microservices. The article provides a comprehensive overview of Go's key features, including variables, data structures, functions, decision-making constructs, and its standout concurrency model using goroutines and channels. Lee also delves into creating and managing packages and modules, offering practical examples to help readers develop reusable code and integrate third-party libraries. With its straightforward syntax and powerful concurrency capabilities, Go is positioned as an accessible yet robust tool for modern application development.
-
Go
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2016 - July/August
There’s a new language called Go, and you’ll want to check out Ted’s exploration of it. Go ahead. You know you want to.

