From 2a4041f16c6588921c87df93927e9076c2cc309d Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 08 六月 2020 18:21:19 +0800
Subject: [PATCH] add sdk download impl

---
 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