Fix some md error
This commit is contained in:
@@ -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 update
|
||||||
sudo apt-get install golang-stable
|
sudo apt-get install golang-stable
|
||||||
|
|
||||||
###wget
|
### wget
|
||||||
```sh
|
```sh
|
||||||
|
|
||||||
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
||||||
|
|||||||
@@ -468,7 +468,7 @@ Atom is an awesome text editor released as open source cross platform, built on
|
|||||||
|
|
||||||
Download: https://atom.io/
|
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.
|
Gogland is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.
|
||||||
|
|
||||||
|
|||||||
@@ -141,8 +141,8 @@ Ubuntu是目前使用最多的Linux桌面系统,使用`apt-get`命令来管理
|
|||||||
sudo add-apt-repository ppa:gophers/go
|
sudo add-apt-repository ppa:gophers/go
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install golang-stable git-core mercurial
|
sudo apt-get install golang-stable git-core mercurial
|
||||||
````
|
```
|
||||||
###wget
|
### wget
|
||||||
```sh
|
```sh
|
||||||
|
|
||||||
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
||||||
|
|||||||
@@ -299,7 +299,7 @@ Atom是Github基于Electron和web技术构建的开源编辑器, 是一款很漂
|
|||||||
就会开始安装 go-plus , go-plus 插件会自动安装对应的依赖插件,如果没有安装对应的go的类库会自动运行: go get 安装。
|
就会开始安装 go-plus , go-plus 插件会自动安装对应的依赖插件,如果没有安装对应的go的类库会自动运行: go get 安装。
|
||||||
|
|
||||||
|
|
||||||
##Gogland
|
## Gogland
|
||||||
|
|
||||||
Gogland是JetBrains公司推出的Go语言集成开发环境,是Idea Go插件是强化版。Gogland同样基于IntelliJ平台开发,支持JetBrains的插件体系。
|
Gogland是JetBrains公司推出的Go语言集成开发环境,是Idea Go插件是强化版。Gogland同样基于IntelliJ平台开发,支持JetBrains的插件体系。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user