Skip to content

Commit 91708ff

Browse files
authored
docs: update README w.r.t new maintainer ask (#660)
* Update README.md * build: gofmt on latest
1 parent 3cf0d01 commit 91708ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
![Gorilla Logo](https://cloud-cdn.questionable.services/gorilla-icon-64.png)
88

9-
https://www.gorillatoolkit.org/pkg/mux
9+
---
10+
11+
⚠️ **[The Gorilla Toolkit is looking for a new maintainer](https://github.com/gorilla/mux/issues/659)**
12+
13+
---
1014

1115
Package `gorilla/mux` implements a request router and dispatcher for matching incoming requests to
1216
their respective handler.

Diff for: mux_httpserver_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.9
12
// +build go1.9
23

34
package mux

0 commit comments

Comments
 (0)