From 61cab87629ca5aa4bff4ed03c62b8001ebe3a8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E8=80=85?= Date: Thu, 16 Mar 2023 10:40:52 +0800 Subject: [PATCH] =?UTF-8?q?goi18n=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit goi18n安装命令更新 --- .github/README.zh-Hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.zh-Hans.md b/.github/README.zh-Hans.md index bd71f100..c80966a6 100644 --- a/.github/README.zh-Hans.md +++ b/.github/README.zh-Hans.md @@ -81,7 +81,7 @@ localizer.Localize(&i18n.LocalizeConfig{ goi18n 命令管理 i18n 包使用的消息文件。 ``` -go get -u github.com/nicksnyder/go-i18n/v2/goi18n +go install -v github.com/nicksnyder/go-i18n/v2/goi18n@latest goi18n -help ```