From ec275c81adfeaeeaa482d30617e73a5356422bab Mon Sep 17 00:00:00 2001 From: danlanxiaohei <18600292901@163.com> Date: Mon, 10 Apr 2023 16:36:21 +0000 Subject: [PATCH] add sdk/golang-demo/_category_.json. Signed-off-by: danlanxiaohei <18600292901@163.com> --- sdk/golang-demo/_category_.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk/golang-demo/_category_.json diff --git a/sdk/golang-demo/_category_.json b/sdk/golang-demo/_category_.json new file mode 100644 index 0000000..0a5add1 --- /dev/null +++ b/sdk/golang-demo/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Golang SDK 示例", + "position": 4, + "link": { + "type": "generated-index", + "description": "本节介绍如何利用现有的 S3 SDK for Golang 来对 S4 进行操作。" + } +} \ No newline at end of file -- Gitee