File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212## 相关源
1313
14- 本教程在Github上的地址在[ 这里] ( https://github.com/hyper-carrot /go_command_tutorial ) 。如果你喜欢本教程,请不吝Star。如果你想贡献一份力量,欢迎提交Pull Request。
14+ 本教程在Github上的地址在[ 这里] ( https://github.com/g0hacker /go_command_tutorial ) 。如果你喜欢本教程,请不吝Star。如果你想贡献一份力量,欢迎提交Pull Request。
1515
16- 针对Go 1.3和1.4版本的教程已被放入分支[ go1.3] ( https://github.com/hyper-carrot /go_command_tutorial/tree/go1.3 ) 。而主分支此后一段时间内会致力于针对Go 1.5进行更新。
16+ 针对Go 1.3和1.4版本的教程已被放入分支[ go1.3] ( https://github.com/g0hacker /go_command_tutorial/tree/go1.3 ) 。而主分支此后一段时间内会致力于针对Go 1.5进行更新。
1717
18- 本教程中会提及一个名为``` goc2p ``` 的项目。该项目实际上是《Go并发编程实战》随书附带的示例项目。这本书中讲到的所有源码都在``` goc2p ``` 项目中。我已在《Go并发编程实战》出版之时将[ ``` goc2p ``` ] ( https://github.com/hyper-carrot /goc2p ) 项目放出。
18+ 本教程中会提及一个名为``` goc2p ``` 的项目。该项目实际上是《Go并发编程实战》随书附带的示例项目。这本书中讲到的所有源码都在``` goc2p ``` 项目中。我已在《Go并发编程实战》出版之时将[ ``` goc2p ``` ] ( https://github.com/g0hacker /goc2p ) 项目放出。
1919
2020## 关于协议
2121
22- 我希望这个项目中的内容永远是免费的。也就是说,任何组织和个人不应该出于商业目的而摘取其中的内容。更详细的条款请阅读本项目中的[ LICENSE] ( https://github.com/hyper-carrot /go_command_tutorial/blob/master/LICENSE ) 文件。
22+ 我希望这个项目中的内容永远是免费的。也就是说,任何组织和个人不应该出于商业目的而摘取其中的内容。更详细的条款请阅读本项目中的[ LICENSE] ( https://github.com/g0hacker /go_command_tutorial/blob/master/LICENSE ) 文件。
2323
2424## 版本信息
2525书中内容及演示代码基于以下版本:
2626
2727| 系统 | 版本信息
2828|---------|------
29- |Golang |1.3(will be abandoned) + 1.5(in prograss)
29+ |Golang |1.3(will be abandoned) + 1.5(in prograss)
You can’t perform that action at this time.
0 commit comments