File: README.md

package info (click to toggle)
golang-github-masterzen-simplexml 0.0~git20190410.31eea30-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Simplexml Dom library for Go

This is a naive and simple Go library to build a XML DOM to be able to produce XML content.
This is mainly used by the "WinRM Go library":[http://github.com/masterzen/winrm]

## Contact

- Bugs: https://github.com/masterzen/simplexml/issues


### Building

You can build the library from source:

```sh
git clone https://github.com/masterzen/simplexml
cd simplexml
go build
```

## Usage