flâneur

Effective Go - The Go Programming Language

go.dev · 16,501 words · saved by 1 readers

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Documentation Effective Go Effective Go Note: This document was written for Go's release in 2009 and is not actively updated. While it remains a good guide for using the core language, it does not cover significant changes to the language (generics), ecosystem (modules), or libraries added since. See issue 28782 for context. For a complete list of changes, see the release notes . Introduction Go is an open-source programming language that focuses on simplicity, reliability, and efficiency, specifically designed to make it easy to build software at scale. Although it borrows ideas from existing

related reading