From e9e9de122a87bac7ab43a2e6c68ff3ff1357cb96 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Sun, 24 Nov 2024 14:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/1.1.工具命令.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/1.1.工具命令.md b/notes/1.1.工具命令.md index 6aaa90a..a7e03f3 100644 --- a/notes/1.1.工具命令.md +++ b/notes/1.1.工具命令.md @@ -30,7 +30,7 @@ Launchpad (Bazaar) go - 项目名称 :每个网站下的作者或机构可能会同时拥有很多的项目,图中标示的部分表示项目名称。 ``` -- 第二步是执行 go instal +- 第二步是执行 go install 参数介绍: @@ -52,4 +52,4 @@ $go get [options] ``` #例如想获取 go 的源码并编译,然后他会编译安装到 GOPATH 目录中 $ go get github.com/davyxu/tabtoy -``` \ No newline at end of file +```