Closed ironytr closed 3 years ago
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
For questions please refer to https://github.com/golang/go/wiki/Questions
i just wanted add empty namespace, used quick fix
Xmlns string `xml:"xmlns,attr"
but not solving other problems example, int, string types.tried
xml:"* categoryId"
turns out -><categoryId xmlns="*">1001770</categoryId>
yet soap api not accepting * character wants<categoryId xmlns="">1001770</categoryId>
any help?
Originally posted by @ironytr in https://github.com/golang/go/issues/13400#issuecomment-813019271