Fix some md error

This commit is contained in:
vCaesar
2017-04-09 13:41:13 +08:00
parent bc18068b87
commit e094b0ed6a
4 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ Ubuntu is the most popular desktop release version of Linux. It uses `apt-get` t
sudo apt-get update
sudo apt-get install golang-stable
###wget
### wget
```sh
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz

View File

@@ -468,7 +468,7 @@ Atom is an awesome text editor released as open source cross platform, built on
Download: https://atom.io/
##Gogland
## Gogland
Gogland is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.

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的插件体系。