diff options
Diffstat (limited to 'reader/rss/parser_test.go')
-rw-r--r-- | reader/rss/parser_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reader/rss/parser_test.go b/reader/rss/parser_test.go index f3ca697e..c0afe590 100644 --- a/reader/rss/parser_test.go +++ b/reader/rss/parser_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -package rss +package rss // import "miniflux.app/reader/rss" import ( "bytes" |