mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
修正一些小错误和语言不通顺的地方 (#274)
* Update 07.3.md * Update 07.3.md * Update 07.6.md * fix few problems
This commit is contained in:
@@ -38,7 +38,7 @@ git push -u origin master
|
||||
|
||||
也可以将其缩写为:`import uc "github.com/NNNN/uc"`。
|
||||
|
||||
然修改 Makefile: 将 `TARG=uc` 替换为 `TARG-github.com/NNNN/uc`。
|
||||
然后修改 Makefile: 将 `TARG=uc` 替换为 `TARG-github.com/NNNN/uc`。
|
||||
|
||||
Gomake(和 go install)将通过 `$GOPATH` 下的本地版本进行工作。
|
||||
|
||||
@@ -49,7 +49,7 @@ Gomake(和 go install)将通过 `$GOPATH` 下的本地版本进行工作。
|
||||
- Google Code(hg/Git/svn)
|
||||
- Launchpad(bzr)
|
||||
|
||||
版本控制系统可以选择你熟悉的或者本地使用的代码版本控制。Go 核心代码的仓库是使用 Mercurial(hg) 来控制的,所以它是一个最可能保证你可以得到开发者项目中最好的软件。Git 也很出名,同样也适用。如果你从未使用过的版本控制,这些网站有一些很好的帮助并且你可以通过在谷歌搜索 "{name} tutorial",其中 name 为你想要使用的版本控制系统得到许多很好的教程。
|
||||
版本控制系统可以选择你熟悉的或者本地使用的代码版本控制。Go 核心代码的仓库是使用 Mercurial(hg) 来控制的,所以它是一个最可能保证你可以得到开发者项目中最好的软件。Git 也很出名,同样也适用。如果你从未使用过版本控制,这些网站有一些很好的帮助并且你可以通过在谷歌搜索 "{name} tutorial",其中 name 为你想要使用的版本控制系统得到许多很好的教程。
|
||||
|
||||
## 链接
|
||||
|
||||
|
Reference in New Issue
Block a user