Skip to content

Commit 7fa5ca2

Browse files
committed
修正命令多余内容
1 parent 2aea59c commit 7fa5ca2

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

03-工程管理/04-Go其他常用命令.md renamed to 03-工程管理/04-Go常用命令.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
## 四 Go版本管理工具
2-
3-
Go也有支持多版本管理的工具,例如:gvm(https://github.com/moovweb/gvm)
4-
5-
使用方式如下:
6-
```
7-
# 安装gvm:
8-
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
9-
10-
# 安装、切换go版本
11-
gvm install go1.8.3
12-
gvm use go1.8.3 # 使用参数 --default,可以每次启动不需要调用use
13-
```
14-
151
## 一 常用Go命令
162

173
#### 1.1 常用命令汇总

05-常用框架/06-gin源码分析-1.md

Whitespace-only changes.

0 commit comments

Comments
 (0)