From 0c24f80d0924474447cbf5302c9b6fdf21ea1606 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Wed, 16 Oct 2024 21:28:04 +0200 Subject: [PATCH] Rename package to atom --- atom.go | 2 +- category.go | 2 +- commonAttributes.go | 2 +- content.go | 2 +- date.go | 2 +- entry.go | 2 +- extensionAttribute.go | 2 +- extensionElement.go | 2 +- feed.go | 2 +- generator.go | 2 +- icon.go | 2 +- id.go | 2 +- inlineOtherContent.go | 2 +- inlineTextContent.go | 2 +- inlineXHTMLContent.go | 2 +- link.go | 2 +- logo.go | 2 +- outOfLineContent.go | 2 +- person.go | 2 +- plainText.go | 2 +- source.go | 2 +- text.go | 2 +- xhtmlText.go | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/atom.go b/atom.go index fda90f1..6e82cee 100644 --- a/atom.go +++ b/atom.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "mime" diff --git a/category.go b/category.go index 19febe6..cf7c330 100644 --- a/category.go +++ b/category.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/commonAttributes.go b/commonAttributes.go index faed9e5..2f13977 100644 --- a/commonAttributes.go +++ b/commonAttributes.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import "fmt" diff --git a/content.go b/content.go index 3ad8537..6f2f28f 100644 --- a/content.go +++ b/content.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "fmt" diff --git a/date.go b/date.go index fbe2d86..4827f13 100644 --- a/date.go +++ b/date.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/entry.go b/entry.go index efdc34b..e7b525d 100644 --- a/entry.go +++ b/entry.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/extensionAttribute.go b/extensionAttribute.go index afdedd4..5967bb0 100644 --- a/extensionAttribute.go +++ b/extensionAttribute.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "encoding/xml" diff --git a/extensionElement.go b/extensionElement.go index 4e0a859..1f6c1d0 100644 --- a/extensionElement.go +++ b/extensionElement.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "encoding/xml" diff --git a/feed.go b/feed.go index ee08c65..1119fa5 100644 --- a/feed.go +++ b/feed.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "encoding/xml" diff --git a/generator.go b/generator.go index 1090c43..d423577 100644 --- a/generator.go +++ b/generator.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/icon.go b/icon.go index 5ced9d5..2be01e6 100644 --- a/icon.go +++ b/icon.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/id.go b/id.go index 96bf7fd..c510579 100644 --- a/id.go +++ b/id.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/inlineOtherContent.go b/inlineOtherContent.go index 9b05ead..8b8b9ea 100644 --- a/inlineOtherContent.go +++ b/inlineOtherContent.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/inlineTextContent.go b/inlineTextContent.go index 4905c2d..58a9338 100644 --- a/inlineTextContent.go +++ b/inlineTextContent.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/inlineXHTMLContent.go b/inlineXHTMLContent.go index 6069df6..27775e9 100644 --- a/inlineXHTMLContent.go +++ b/inlineXHTMLContent.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/link.go b/link.go index 6956359..9a5a662 100644 --- a/link.go +++ b/link.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/logo.go b/logo.go index 19e305c..94463e1 100644 --- a/logo.go +++ b/logo.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/outOfLineContent.go b/outOfLineContent.go index 3a8bcfc..f95952d 100644 --- a/outOfLineContent.go +++ b/outOfLineContent.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/person.go b/person.go index 177bb9f..9628e63 100644 --- a/person.go +++ b/person.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "errors" diff --git a/plainText.go b/plainText.go index 78c47a0..6ed194f 100644 --- a/plainText.go +++ b/plainText.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import "errors" diff --git a/source.go b/source.go index c5e5f18..d733ac6 100644 --- a/source.go +++ b/source.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import "fmt" diff --git a/text.go b/text.go index 72225b3..97dded5 100644 --- a/text.go +++ b/text.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "fmt" diff --git a/xhtmlText.go b/xhtmlText.go index 4573ee3..fd44b14 100644 --- a/xhtmlText.go +++ b/xhtmlText.go @@ -1,4 +1,4 @@ -package atomfeed +package atom import ( "encoding/xml"