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,4 @@
// Package dnsrecorder allows you to record a DNS response when it is send to the client.
package dnsrecorder
import (

View File

@@ -0,0 +1,2 @@
// Package dnsutil contains DNS related helper functions.
package dnsutil

View File

@@ -1,3 +1,4 @@
// Package edns provides function usefull for adding/inspecting OPT records to/in messages.
package edns
import (

View File

@@ -1,3 +1,4 @@
// Package storage abstracts away where middleware can store assests (zones, keys, etc).
package storage
import (