0% found this document useful (0 votes)
35 views2 pages

Reliable, and Efficient Software.: Go Is An Open Source Programming Language That Makes It Easy To Build Simple

The document introduces Go as an open source programming language that makes it easy to build simple, reliable, and efficient software. It provides options to download Go, try it out in an online playground, and links to featured articles about the Go project.

Uploaded by

Zackblack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Reliable, and Efficient Software.: Go Is An Open Source Programming Language That Makes It Easy To Build Simple

The document introduces Go as an open source programming language that makes it easy to build simple, reliable, and efficient software. It provides options to download Go, try it out in an online playground, and links to featured articles about the Go project.

Uploaded by

Zackblack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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