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, however, its proper name is Go. Wikipedia

Created Year: 2009
Designed by: Q1107006The Go AuthorsRob Pike
Developed by: Robert GriesemerQ1107006The Go AuthorsRob PikeGoogle
Operating systems: SolarisQ388iOSillumosIBM AIXQ34225DragonFly BSDFreeBSDPlan 9AndroidOpenBSDMicrosoft WindowsmacOS
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: structured programmingfunctional programmingimperative programmingprocedural programmingobject-oriented programmingconcurrent computing

Language types: compiled languageobject-based languagemulti-paradigm programming languageimperative programming languageconcurrent programming languageprocedural 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-06-20