Watch
1
0
Fork
You've already forked golang-codeberg-mellium-xmlstream
0
No description
  • Go 99.7%
  • Makefile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 38721c56c9
Adding debian version 0.15.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-09-26 19:20:09 +02:00
.builds Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
.woodpecker Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
debian Adding debian version 0.15.4-1. 2026-09-26 19:20:09 +02:00
docs Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
.gitignore Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
CHANGELOG.md Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
copy.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
copy_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
DCO Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
doc.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
example_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
fmt.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
func.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
go.mod Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
go.sum Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
iter.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
iter_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
LICENSE Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
LICENSE-GO Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
Makefile Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
multi.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
multi_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
pipe.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
pipe_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
readall.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
readall_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
reader.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
reader_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
README.md Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
tee.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
tee_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
transformer.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
transformer_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
whitespace.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
wrap.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00
wrap_test.go Adding upstream version 0.15.4. 2026-09-26 18:57:39 +02:00

mellium.im/xmlstream

Issue Tracker Docs Chat License

An API for manipulating XML streams in Go; io but for XML.

To use it in your project, import it like so:

import "mellium.im/xmlstream"

If you'd like to contribute to the project, see CONTRIBUTING.md.

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file. Some code in this package has been copied from Go and is used under the terms of Go's modified BSD license, a copy of which can be found in the LICENSE-GO file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.