Fixed GoDoc badge.

This commit is contained in:
Matt Silverlock
2015-08-14 22:25:16 +08:00
parent b0b2bc47bc
commit e45852e537

View File

@@ -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.