Documents
Packages
The Project
Help
Blog
Play
Search
Go is an open source programming language that makes it easy to build
simple
,
reliable
, and
efficient
software.
Download Go
Binary distributions available for
Linux, macOS, Windows, and more.
Try Go
Open in Playground
// You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Hello, 世界
Hello, World!
Conway's Game of Life
Fibonacci Closure
Peano Integers
Concurrent pi
Concurrent Prime Sieve
Peg Solitaire Solver
Tree Comparison
Run
Share
Tour
Featured articles
Featured video