Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/goPublic

The Go programming language

License

NotificationsYou must be signed in to change notification settings

golang/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

The Go programming language

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors2,251


[8]ページ先頭

©2009-2025 Movatter.jp