GithubHelp home page GithubHelp logo

wung / go Goto Github PK

View Code? Open in Web Editor NEW

This project forked from go-zh/go.old

0.0 2.0 0.0 100.23 MB

Go 编程语言中文翻译

Home Page: https://go-zh.org/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.19% Go 88.07% Fortran 0.01% C 0.54% Assembly 5.72% HTML 5.29% JavaScript 0.01% Protocol Buffer 0.01% C++ 0.01% Batchfile 0.02% Yacc 0.01% Makefile 0.01% Logos 0.01% Awk 0.01% Perl 0.10% CSS 0.01% Python 0.04%

go's Introduction

Go 编程语言

Go 是一门开源的编程语言,它能让你轻松地构建简单、可靠而高效的软件。

Gopher image

关于 Go 的安装和使用,请访问 https://golang.org/ ,或在你的浏览器中查看 doc/install-source.html

我们的 Git 代码库为 https://go.googlesource.com/go (该代码库还有个镜像为 https://github.com/golang/go )。

若发现问题请在此报告:https://golang.org/issue/new

Go 是数百名贡献者努力工作的结晶。我们感谢你们的帮助!

要做出贡献,请先阅读贡献指南: https://golang.org/doc/contribute.html

除特别注明外,Go 源码文件采用BSD风格授权协议分发。协议内容见 LICENSE 文件。


二进制分发注记

若你刚解包完 Go 的二进制分发包,那么还需要设置 $GOROOT 环境变量为该 go 目录(即包含本文件的目录)的完整路径。若你已将其解包到 /usr/local/go,或通过运行 all.bash 从源码重新构建了 Go(见 doc/install-source.html ),则可忽略此变量。此外,你还需要将 Go 的二进制文件目录 $GOROOT/bin 加入到你的 $PATH 环境变量中。

例如,若你将该 tar 文件提取到了 $HOME/go 中,那么还需在你的 .profile 中添加以下文本:

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

更多详情见 https://golang.org/doc/installdoc/install.html

go's People

Watchers

 avatar  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.