Skip to content

Instantly share code, notes, and snippets.

@phosae
Last active March 22, 2023 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phosae/b716d7bf2ee09933fabca8cfe57c18ee to your computer and use it in GitHub Desktop.
Save phosae/b716d7bf2ee09933fabca8cfe57c18ee to your computer and use it in GitHub Desktop.
how to golang

Readings

basics

doc & blogs

hack deeper

Why they make Go this way

  • The Go Programming Language and Environment, by Russ Cox, Robert Griesemer, Rob Pike, Ian Lance Taylor, and Ken Thompson, in Communications of the ACM, 2022: The article, by the original designers and implementers of Go, explains what we believe makes Go so popular and productive. In short, it is that Go effort focuses on delivering a full development environment targeting the entire software development process, with a focus on scaling both to large software engineering efforts and large deployments.

videos

What is Go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment