From ef96dbc3e4a421c2c4c1534cd599bf0a2f53b703 Mon Sep 17 00:00:00 2001 From: Rock Date: Sat, 19 Dec 2020 00:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Doc:=20Patch=20READ=5Fzh-TW.md?= =?UTF-8?q?=20for=20how=20to=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README_zh-TW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README_zh-TW.md b/.github/README_zh-TW.md index b4028ae5..913acadb 100644 --- a/.github/README_zh-TW.md +++ b/.github/README_zh-TW.md @@ -107,7 +107,7 @@ func main() { 確保已安裝 Go 版本 `1.14` 或以上 ([下載](https://golang.org/dl/))。 -建立文件夾並在文件夾內執行 `go mod init github.com/your/repo` ([learn more](https://blog.golang.org/using-go-modules)) 指令建立專案,然後使用 [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) 指令下載 fiber : +建立文件夾並在文件夾內執行 `go mod init github.com/your/repo` ([了解更多](https://blog.golang.org/using-go-modules)) 指令建立專案,然後使用 [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) 指令下載 fiber : ```bash go get -u github.com/gofiber/fiber/v2