aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/parse.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/feed/parse.go (renamed from internal/parse/parse.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/parse/parse.go b/internal/feed/parse.go
index ddf1f0f..53ceb00 100644
--- a/internal/parse/parse.go
+++ b/internal/feed/parse.go
@@ -1,4 +1,4 @@
-package parse
+package feed
import (
ctxt "context"