增加了第四小节、第五小节,修改了一些错别字
This commit is contained in:
4
1.2.md
4
1.2.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user