XML/Output: Difference between revisions

Content added Content deleted
m (→‎{{header|Go}}: library path updates)
Line 618: Line 618:
import (
import (
"bytes"
"bytes"
"encoding/xml"
"fmt"
"fmt"
"os"
"os"
"template"
"text/template"
"xml"
)
)