From 91708ff8e35bafc8612f690a25f5dd0be6f16864 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sun, 12 Dec 2021 08:29:04 -0800 Subject: [PATCH] docs: update README w.r.t new maintainer ask (#660) * Update README.md * build: gofmt on latest --- README.md | 6 +++++- mux_httpserver_test.go | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35eea9f..c7e6872 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ ![Gorilla Logo](https://cloud-cdn.questionable.services/gorilla-icon-64.png) -https://www.gorillatoolkit.org/pkg/mux +--- + +⚠️ **[The Gorilla Toolkit is looking for a new maintainer](https://github.com/gorilla/mux/issues/659)** + +--- Package `gorilla/mux` implements a request router and dispatcher for matching incoming requests to their respective handler. diff --git a/mux_httpserver_test.go b/mux_httpserver_test.go index 5d2f4d3..907ab91 100644 --- a/mux_httpserver_test.go +++ b/mux_httpserver_test.go @@ -1,3 +1,4 @@ +//go:build go1.9 // +build go1.9 package mux