Browse Source

Merge pull request #122 from gorilla/README-badge-fix

Fixed GoDoc badge.
pull/112/merge
Matt Silverlock 10 years ago
parent
commit
f7b6aaaa69
  1. 2
      README.md

2
README.md

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
mux
===
[![GoDoc](https://godoc.org/github.com/gorilla/securecookie?status.svg)](https://godoc.org/github.com/gorilla/securecookie)
[![GoDoc](https://godoc.org/github.com/gorilla/mux?status.svg)](https://godoc.org/github.com/gorilla/mux)
[![Build Status](https://travis-ci.org/gorilla/mux.png?branch=master)](https://travis-ci.org/gorilla/mux)
Package gorilla/mux implements a request router and dispatcher.

Loading…
Cancel
Save