liuxiaolong
2020-06-05 7277a23ca81123a95cbf60cbda65ca2fd6e27c17
service/SdkDownLoad_test.go
@@ -1 +1,11 @@
package service
import (
   "fmt"
   "testing"
)
func TestGetSdkList(t *testing.T) {
   list := GetSdkList("")
   fmt.Println("sdks:", list)
}