Skip to content

Commit 0a901bc

Browse files
author
Randy Reddig
committed
README: badges for docs and build status
1 parent 32089f0 commit 0a901bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# `encoding/xml` with namespace prefixes
22

3+
[![build status](https://img.shields.io/github/actions/workflow/status/nbio/xml/go.yaml?branch=main)](https://github.com/nbio/xml/actions)
4+
[![pkg.go.dev](https://img.shields.io/badge/docs-pkg.go.dev-blue.svg)](https://pkg.go.dev/github.com/nbio/xml)
5+
36
This is a fork of the Go [encoding/xml](https://pkg.go.dev/encoding/xml) package that improves support for XML namespaces, kept in sync with [golang/go#48641](https://github.com/golang/go/pull/48641).
47

58
It allows round-trip unmarshaling/marshaling with explicit namespace prefixes. For example, this can be unmarshalled and re-marshalled into this precise XML:

0 commit comments

Comments
 (0)