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
/ go Public
forked from Go-zh/go.old

The Go programming language (Chinese Translation)

License

Notifications You must be signed in to change notification settings

scwuwei/go

Repository files navigation

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

About

The Go programming language (Chinese Translation)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.9%
  • Assembly 4.1%
  • HTML 2.9%
  • C 0.8%
  • Shell 0.2%
  • Perl 0.1%

AltStyle によって変換されたページ (->オリジナル) /