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

2
test/doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package test contains function and types useful for writing tests
package test