Skip to content

Commit b832df6

Browse files
authored
fix: change "encoding.xml" to "encoding/xml" (#546)
1 parent 9ee93ff commit b832df6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/xml/xml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Go offers built-in support for XML and XML-like
2-
// formats with the `encoding.xml` package.
2+
// formats with the `encoding/xml` package.
33

44
package main
55

examples/xml/xml.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
4b9dfaf797591099f6fcb762241289b1662a9250
2-
OVq7kNMk0GR
1+
d64993474fdf0571436db63a82974d74932ba256
2+
vsP5mIrNJOG

public/xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)