Skip to content

vishsingh/go

This branch is 1 commit ahead of, 37911 commits behind golang/go:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2015
Sep 2, 2015
Jul 22, 2015
Aug 29, 2015
Sep 2, 2015
Aug 25, 2015
Dec 12, 2014
Jun 10, 2015
Aug 5, 2015
Jun 26, 2015
Aug 5, 2015
Mar 27, 2012
Dec 6, 2010
Feb 19, 2015
Oct 11, 2012
Feb 18, 2011

Repository files navigation

The Go Programming Language

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Gopher image

For documentation about how to install and use Go, visit https://golang.org/ or load doc/install-source.html in your web browser.

Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.

Please report issues here: https://golang.org/issue/new

Go is the work of hundreds of contributors. We appreciate your help!

To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html

Please note that we do not use pull requests.

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

--

Binary Distribution Notes

If you have just untarred a binary Go distribution, you need to set the environment variable $GOROOT to the full path of the go directory (the one containing this file). You can omit the variable if you unpack it into /usr/local/go, or if you rebuild from sources by running all.bash (see doc/install-source.html). You should also add the Go binary directory $GOROOT/bin to your shell's path.

For example, if you extracted the tar file into $HOME/go, you might put the following in your .profile:

export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin

See https://golang.org/doc/install or doc/install.html for more details.

About

The Go programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.8%
  • Assembly 3.8%
  • HTML 3.1%
  • C 0.8%
  • Shell 0.2%
  • Yacc 0.2%
  • Other 0.1%