| 177 | testresult := abc.SayGood2("").SayGoodTest("").Sub.SayGood("") |
|---|---|
| 178 | fmt.Printf("test%s", testresult) |
| 94 | var testStructSubMethodMap map[string]*TestStructSubMethod |
|---|---|
| 95 | for index, item := range testStructSubMethodMap { |
| 96 | fmt.Printf("%d, %s", index, item.methodTest) |
| 97 | } |