diff --git a/examples/xml/xml.go b/examples/xml/xml.go index 4affc12cd..858a8b8c3 100644 --- a/examples/xml/xml.go +++ b/examples/xml/xml.go @@ -1,5 +1,5 @@ // Go offers built-in support for XML and XML-like -// formats with the `encoding.xml` package. +// formats with the `encoding/xml` package. package main diff --git a/examples/xml/xml.hash b/examples/xml/xml.hash index 56c0a9aae..e3a2770ac 100644 --- a/examples/xml/xml.hash +++ b/examples/xml/xml.hash @@ -1,2 +1,2 @@ -4b9dfaf797591099f6fcb762241289b1662a9250 -OVq7kNMk0GR +d64993474fdf0571436db63a82974d74932ba256 +vsP5mIrNJOG diff --git a/public/xml b/public/xml index edfc836ff..f2c32787c 100644 --- a/public/xml +++ b/public/xml @@ -31,7 +31,7 @@
Go offers built-in support for XML and XML-like
-formats with the encoding.xml
package.
encoding/xml
package.
encoding.xml
package.
package main