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 requests abstract a client's request so that all middleware
// will handle them in an unified way.
package request
import (