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: Q1107006Robert GriesemerGoogleRob PikeThe Go Authors
Operating systems: iOSMicrosoft WindowsSolarismacOSFreeBSDOpenBSDIBM AIXDragonFly BSDPlan 9illumosLinuxQ34225Android
Implemented in: Go
Named after: Marmota monax
Aliases: Go programming language
File extensions: go

Wikidata: Q37227

Influenced: BallerinaCarbonCrystalGleamOdin Q64840933VZig

Influenced by: Active OberonAlefAPLBCPLCLimboModulaModula-2NewsqueakOberonOberon-2occamPascalPythonSmalltalk

Programming paradigms: imperative programmingprocedural programmingobject-oriented programmingconcurrent computingfunctional programmingstructured programming

Language types: procedural programming languageconcurrent programming languageobject-based languagecompiled languageimperative programming languagestructured programming languagemulti-paradigm programming 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: 2026-03-04