-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Step to reproduce:
go get github.com/aliyun/alibaba-cloud-sdk-go
struct2ts -i -H github.com/aliyun/alibaba-cloud-sdk-go/services/ccc.AddBulkPhoneNumbersResponse
Will receive an error
main.go:112: executing: go run ./s2ts_gen_1570601947058436000_5577006791947779410.go
runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow
I guess it is a type that has a circular reference that causes the problem.
PhoneNumber.SkillGroups.SkillGroup[0].OutboundPhoneNumbers[0]
's type is PhoneNumber
.
Metadata
Metadata
Assignees
Labels
No labels