Go

Go is a high-level, general-purpose programming language that is statically-typed and compiled. It is known for the simplicity of its syntax and the efficiency of development that it enables through the inclusion of a large standard library supplying many needs for common projects. It was designed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson, and publicly announced in November 2009. It is syntactically similar to C, but also has garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang to avoid ambiguity and because of its former domain name, golang.org, but its proper name is Go. Wikipedia

Created Year: 2009
Designed by: Robert GriesemerGoogleRob Pike
Developed by: The Go AuthorsRobert GriesemerGoogleRob PikeQ1107006
Operating systems: Q34236Q48493Microsoft WindowsIBM AIXLinuxmacOSQ34225Q94OpenBSDillumosDragonFly BSDSolarisPlan 9
Implemented in: Go
Named after: Marmota monax
Aliases: Go programming language
File extensions: go

Wikidata: Q37227

Influenced: BallerinaCarbonCrystalGleamOdinVZig

Influenced by: Active OberonAlefAPLBCPLCLimboModulaModula-2NewsqueakOberonOberon-2occamPascalPythonSmalltalk

Programming paradigms: imperative programmingfunctional programmingprocedural programmingstructured programmingconcurrent computingobject-oriented programming

Language types: compiled languagemulti-paradigm programming languageimperative programming languageprocedural programming languagestructured programming languageconcurrent programming languageobject-based language

Go Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Go

package main

import "fmt"

func main() {
  fmt.Println("Hello World")
}

Free Go books, articles, documentation

Search on GitHub


Latest data update: 2025-12-02