Skip to content

Commit 1d0217f

Browse files
committed
Update readme.(2)
1 parent 1ff0482 commit 1d0217f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
## 相关源
1313

14-
本教程在Github上的地址在[这里](https://github.com/hyper-carrot/go_command_tutorial)。如果你喜欢本教程,请不吝Star。如果你想共享一份力量,欢迎提交Pull Request。
14+
本教程在Github上的地址在[这里](https://github.com/hyper-carrot/go_command_tutorial)。如果你喜欢本教程,请不吝Star。如果你想贡献一份力量,欢迎提交Pull Request。
15+
16+
针对Go 1.3和1.4版本的教程已被放入分支[go1.3](https://github.com/hyper-carrot/go_command_tutorial/tree/go1.3)。而主分支此后一段时间内会致力于针对Go 1.5进行更新。
1517

1618
本教程中会提及一个名为```goc2p```的项目。该项目实际上是《Go并发编程实战》随书附带的示例项目。这本书中讲到的所有源码都在```goc2p```项目中。我已在《Go并发编程实战》出版之时将[```goc2p```](https://github.com/hyper-carrot/goc2p)项目放出。
1719

@@ -24,4 +26,4 @@
2426

2527
|系统|版本信息
2628
|---------|------
27-
|Go|1.3.x
29+
|Go|1.3+

0 commit comments

Comments
 (0)