← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [xmile] default XML value proposal

From
Karim Chichakly <>
Date
2013-10-01T17:18:53+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"))
← Prev in month ← Prev in thread
Next in thread → Next in month →