Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

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, World!

Run

Share Tour

Featured articles
Contributors Summit 2019
For the third year in a row, the Go team and contributors convened the day before GopherCon to discuss and plan for the future of the
Go project. The event included self-organizing into breakout groups, a town-hall style discussion about the proposal process in the
morning, and afternoon break-out roundtable discussions based on topics our contributors chose. We asked five contributors to write
about their experience in various discussions at this year’s summit.
Published 15 August 2019

Experiment, Simplify, Ship


[This is the blog post version of my talk last week at Gophercon 2019. We will add a video link to the talk once it is available.]
Published 1 August 2019
Read more >

Featured video
Copyright
Terms of Service
Privacy Policy
Report a website issue

Supported by Google

You might also like