When we try to add Namespace for an non-nullable Xml attribute it doesn't update properly. For instance, whenever I try to add namespace attribute for the below non-nullable xml Attribute, namespace ...
package main import ( "fmt" "os" "github.com/deb-ict/go-xml" ) type Envelope struct { XMLName xml.Name `xml:"http://www.w3.org/2003/05/soap-envelope Envelope"` Attrs ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results