liuxiaolong
2020-08-03 c2c00e400b77d5a4134e99af6e8181fa86716e72
1
2
3
4
5
6
7
8
9
10
11
package service
 
import (
    "fmt"
    "testing"
)
 
func TestGetSdkList(t *testing.T) {
    list := GetSdkList("")
    fmt.Println("sdks:", list)
}