Merge pull request #819 from vCaesar/u11-pr

Fix some md error, Add en/0.1.x.md and 0.2.x.md syntax highlighting
This commit is contained in:
astaxie
2017-04-10 00:08:10 +08:00
committed by GitHub
13 changed files with 1013 additions and 970 deletions

View File

@@ -141,8 +141,8 @@ Ubuntu是目前使用最多的Linux桌面系统使用`apt-get`命令来管理
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get install golang-stable git-core mercurial
````
###wget
```
### wget
```sh
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz

View File

@@ -299,7 +299,7 @@ Atom是Github基于Electron和web技术构建的开源编辑器, 是一款很漂
就会开始安装 go-plus go-plus 插件会自动安装对应的依赖插件如果没有安装对应的go的类库会自动运行: go get 安装。
##Gogland
## Gogland
Gogland是JetBrains公司推出的Go语言集成开发环境是Idea Go插件是强化版。Gogland同样基于IntelliJ平台开发支持JetBrains的插件体系。