From 7277a23ca81123a95cbf60cbda65ca2fd6e27c17 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 05 六月 2020 18:26:27 +0800 Subject: [PATCH] get sdks from remote shop --- service/SdkDownLoad_test.go | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/service/SdkDownLoad_test.go b/service/SdkDownLoad_test.go index 6d43c33..bb857fa 100644 --- a/service/SdkDownLoad_test.go +++ b/service/SdkDownLoad_test.go @@ -1 +1,11 @@ package service + +import ( + "fmt" + "testing" +) + +func TestGetSdkList(t *testing.T) { + list := GetSdkList("") + fmt.Println("sdks:", list) +} -- Gitblit v1.8.0