zek icon indicating copy to clipboard operation
zek copied to clipboard

How to generate xml with `innerxml` tag?

Open donnol opened this issue 5 months ago • 3 comments

like:

	type Code struct {
		Text  string `xml:",innerxml"`
        }

donnol avatar Jan 09 '24 03:01 donnol