Giter Site home page Giter Site logo

yinchunxiang / go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from golang/go

1.0 2.0 0.0 252.46 MB

The Go programming language

Home Page: https://golang.org

License: Other

Shell 0.18% Go 88.84% Fortran 0.01% C 0.51% Assembly 5.36% HTML 4.93% JavaScript 0.01% Protocol Buffer 0.01% C++ 0.01% Batchfile 0.02% Makefile 0.01% Logos 0.01% Awk 0.01% Perl 0.10% CSS 0.01% Python 0.03%

go's Introduction

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.

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

Note that we do not accept pull requests and that we use the issue tracker for bug reports and proposals only. Please ask questions on https://forum.golangbridge.org or https://groups.google.com/forum/#!forum/golang-nuts.

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.

go's People

Contributors

rsc avatar robpike avatar griesemer avatar bradfitz avatar adg avatar ianlancetaylor avatar minux avatar dvyukov avatar aclements avatar cixtor avatar randall77 avatar alexbrainman avatar josharian avatar ken avatar agl avatar davecheney avatar nigeltao avatar mdempsky avatar dsymonds avatar remyoudompheng avatar crawshaw avatar mwhudson avatar ality avatar 0intro avatar niemeyer avatar mpvl avatar cherrymui avatar tzneal avatar dr2chase avatar adonovan avatar

Watchers

James Cloos avatar yinchunxiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.