Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 576 Bytes

File metadata and controls

19 lines (14 loc) · 576 Bytes

《Go 语言之旅》是官方 Go Tour 的中文翻译版。 要安装到本地,请先安装 Go,之后执行以下命令:

$ go get -u github.com/Go-zh/tour/gotour
$ cd $GOPATH/bin
$ ./gotour

(如果安装过程中出现 packageimport 字样的错误提示,那么说明依赖库的导入路径又挂了。 这时请猛戳 @OlingCat 并督促其解决= =||)

翻译贡献者名单:

@qiansen138	#224
@tiant16	#206 
@ybi		#198
@anamewin	#191

除特别声明外,go-tour 源码文件均采用 LICENSE 文件中BSD风格的授权许可分发。