From b60f215f72c708b0800622c804167bea85539ea5 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Fri, 9 Dec 2022 10:58:56 -0500 Subject: [PATCH] archive mode --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f8eee6d..c1285f8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ [![GoDoc](https://godoc.org/github.com/gorilla/feeds?status.svg)](https://godoc.org/github.com/gorilla/feeds) [![CircleCI](https://circleci.com/gh/gorilla/feeds.svg?style=svg)](https://circleci.com/gh/gorilla/feeds) +--- + +**The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit** + +--- + feeds is a web feed generator library for generating RSS, Atom and JSON feeds from Go applications.