增加了第四小节、第五小节,修改了一些错别字

This commit is contained in:
xiemengjun
2012-08-22 22:54:24 +08:00
parent fc837a25e4
commit ec88717058
9 changed files with 94 additions and 11 deletions

4
1.2.md
View File

@@ -97,8 +97,8 @@ GOPATH允许多个目录当有多个目录时请注意分隔符多个go
Hello, world. Sqrt(2) = 1.414213562373095
## 获取远程包内容
go语言有一个获取原承包的工具就是`go get`目前go get支持多数开源社区(例如github、googlecode、bitbucket、Launchpad)
## 获取远程包
go语言有一个获取远程包的工具就是`go get`目前go get支持多数开源社区(例如github、googlecode、bitbucket、Launchpad)
go get github.com/astaxie/beedb