Next in thread → Next in month →

Re: [xmile] default XML value proposal

From
Bobby Powers <>
Date
2013-09-30T17:55:24+00:00
ID
Thread
Re: [xmile] default XML value proposal
output, err := xml.MarshalIndent(xmileInMemory, "", "    ")
	if err != nil {
		log.Fatalf("xml.MarshalIndent: %s", err)
	}	os.Stdout.Write([]byte(xmile.XMLDeclaration + "\n" + string(output) + "\n"))
Next in thread → Next in month →