Skip to content

Go#

Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go.

Read more on Wikipedia.

Sites#

Community#

Coding conventions#
Compilers#
  • TinyGo: Go on embedded systems and WebAssembly
Tools#
  • Gocovsh: Go Coverage in your terminal ⭐
  • Goup: Elegant Go installer ⭐
Libraries#
  • gopkg: Universal Utilities for Go

Resources#