aboutsummaryrefslogtreecommitdiffhomepage
path: root/filter/doc.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-12-02 21:09:53 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-12-02 21:09:53 -0800
commit1bc8535dbb2974be04d7e9b1dd9045a8322d3595 (patch)
treecb724d055166adabb7f5791dcf72b5e093dc61c1 /filter/doc.go
parent6f5d93cbbee0bbbd0bbb23e0116b023025da7576 (diff)
Move image proxy filter to template functions
Diffstat (limited to 'filter/doc.go')
-rw-r--r--filter/doc.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/filter/doc.go b/filter/doc.go
deleted file mode 100644
index 4028fec..0000000
--- a/filter/doc.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
-
-/*
-
-Package filter implements a content filter to rewrite image links.
-
-*/
-package filter // import "miniflux.app/filter"