We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf0d01 commit 91708ffCopy full SHA for 91708ff
README.md
@@ -6,7 +6,11 @@
6
7

8
9
-https://www.gorillatoolkit.org/pkg/mux
+---
10
+
11
+⚠️ **[The Gorilla Toolkit is looking for a new maintainer](https://github.com/gorilla/mux/issues/659)**
12
13
14
15
Package `gorilla/mux` implements a request router and dispatcher for matching incoming requests to
16
their respective handler.
mux_httpserver_test.go
@@ -1,3 +1,4 @@
1
+//go:build go1.9
2
// +build go1.9
3
4
package mux
0 commit comments