- Notifications
You must be signed in to change notification settings - Fork0
backported Go standard packages to earlier Go runtime versions
License
NotificationsYou must be signed in to change notification settings
minux/go-backports
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source code repository for the Go programming language. For documentation about how to install and use Go,visithttp://golang.org/ or load doc/install.html in your web browser.After installing Go, you can view a nicely formatteddoc/install.html by running godoc --http=:6060and then visiting http://localhost:6060/doc/install.html.Unless otherwise noted, the Go source files are distributedunder the BSD-style license found in the LICENSE file.--Binary Distribution NotesIf you have just untarred a binary Go distribution, you need to setthe environment variable $GOROOT to the full path of the godirectory (the one containing this README). You can omit thevariable if you unpack it into /usr/local/go, or if you rebuildfrom sources by running all.bash (see doc/install.html).You should also add the Go binary directory $GOROOT/binto your shell's path.For example, if you extracted the tar file into $HOME/go, you mightput the following in your .profile: export GOROOT=$HOME/go export PATH=$PATH:$GOROOT/binSee doc/install.html for more details.