From ef41e07550973631ca30b21ae71e1eb48b1e900e Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Thu, 4 Aug 2022 17:24:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs=F0=9F=93=9D:=20=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.Zh-cn.md | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.Zh-cn.md b/README.Zh-cn.md index 1e1f3e6f..0185faa2 100644 --- a/README.Zh-cn.md +++ b/README.Zh-cn.md @@ -100,6 +100,14 @@ ## 📦 本地开发 +### 环境要求 + +go 1.17 + +node版本: v14.16.0 + +npm版本: 6.14.11 + ### 开发目录创建 ```bash diff --git a/README.md b/README.md index c151f080..c41e35ea 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,14 @@ At the same time, a series of tutorials including videos and documents are provi ## 📦 Local development +### Environmental requirements + +go 1.17 + +nodejs: v14.16.0 + +npm: 6.14.11 + ### Development directory creation ```bash From 86f94a2cb92780a62c2380b10baafa8f0e930dcd Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Thu, 4 Aug 2022 17:24:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor=F0=9F=8E=A8:=20=20errors=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0go=20mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 28fc0485..0632556b 100644 --- a/go.mod +++ b/go.mod @@ -16,6 +16,7 @@ require ( github.com/huaweicloud/huaweicloud-sdk-go-obs v3.21.12+incompatible github.com/mssola/user_agent v0.5.2 github.com/opentracing/opentracing-go v1.1.0 + github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.11.0 github.com/qiniu/go-sdk/v7 v7.11.1 github.com/robfig/cron/v3 v3.0.1