From c825ce5df1b3441f9ff74214b10a6d222a7c7526 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 13 七月 2020 19:26:45 +0800 Subject: [PATCH] fix sdk install add ArgDef --- 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