From 9971ae94b91c6e4603fbe4bd5338efc1a5f8d6e9 Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Sat, 15 Jul 2023 10:52:14 -0400 Subject: [PATCH] Update README.md Signed-off-by: Corey Daley --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 280a3f1..d9b9d46 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ gorilla/handlers [![CircleCI](https://circleci.com/gh/gorilla/handlers.svg?style=svg)](https://circleci.com/gh/gorilla/handlers) [![Sourcegraph](https://sourcegraph.com/github.com/gorilla/handlers/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/handlers?badge) ---- - -**The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit** - ---- - Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's `net/http` package (or any framework supporting `http.Handler`), including: