package service import ( "fmt" "testing" ) func TestGetSdkList(t *testing.T) { list := GetSdkList("") fmt.Println("sdks:", list) }