From 2e6570cfdd5d5c03315a6c657a4d7ee2069d5bf3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 17 Feb 2023 22:04:53 +0300 Subject: [PATCH] Typo --- opml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opml.go b/opml.go index b2ac526..7eea9e4 100644 --- a/opml.go +++ b/opml.go @@ -32,7 +32,7 @@ type Outline struct { } type OPML struct { - XMLName xml.Name `xml:"xbel"` + XMLName xml.Name `xml:"opml"` Version string `xml:"version,attr"` Head string `xml:"head"` Outlines []Outline `xml:"body>outline"` -- 2.44.0