Doc: add package docs (#296)

* Doc: add package docs

Add short package level docs to make godoc looks nicer.
Add some badges to the README.

* correct url
This commit is contained in:
Miek Gieben 2016-09-25 08:39:20 +01:00 committed by GitHub
parent edc867fe56
commit de0fa53379
24 changed files with 35 additions and 2 deletions

View file

@ -1,3 +1,5 @@
// Package metrics implement a handler and middleware that provides Prometheus
// metrics.
package metrics
import (