From 06df50c150a7b72055a1cfe15e2fb5ba6f9aca1b Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 31 七月 2020 12:12:05 +0800 Subject: [PATCH] add pasteRules --- 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