From 8631b8391cf0b33a03a9ae28eccee9ef6acb6b2a Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sun, 12 Dec 2021 08:22:30 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35eea9f1..c7e6872b 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. From 332571e5480c7de53b3fe610f7815c882cc1cea0 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sun, 12 Dec 2021 16:28:21 +0000 Subject: [PATCH 2/2] build: gofmt on latest --- mux_httpserver_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mux_httpserver_test.go b/mux_httpserver_test.go index 5d2f4d3a..907ab91d 100644 --- a/mux_httpserver_test.go +++ b/mux_httpserver_test.go @@ -1,3 +1,4 @@ +//go:build go1.9 // +build go1.9 package mux