... #lowframe Documents Packages The Project Help Blog Play The Go Programming Language package main import "fmt" func main() { fmt.Println("Hello, 世界") } Run Format Share This document explains how to contribute changes to the Go project. It assumes you have installed Go from source: $ git clone https://go.googlesource.com/go $ cd go/src $ ./all.bash TODO(adg): delete the above, restore the below after we have updated install-source.html <a href="/doc/install/source">installation instructions</a> and have <a href="code.html">written and tested your code</a>. (Note that the gccgo frontend lives elsewhere; see Contributing to gccgo .) The project welcomes submissions but please let everyone know what you're working on if you want it to become part of the main repository. Before undertaking to write something new for the Go project, send mail to th...