aboutsummaryrefslogtreecommitdiff
path: root/core/coredns.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-09-25 08:39:20 +0100
committerGravatar GitHub <noreply@github.com> 2016-09-25 08:39:20 +0100
commitde0fa53379ab23f26ce04c4e981c220c45893bdb (patch)
treeb452b69d81896db3d36212add08de77d667dd0f4 /core/coredns.go
parentedc867fe5666350495bfc1f5071d2c5995559855 (diff)
downloadcoredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.tar.gz
coredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.tar.zst
coredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.zip
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
Diffstat (limited to 'core/coredns.go')
-rw-r--r--core/coredns.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/coredns.go b/core/coredns.go
index eb6e204d6..8b53c0dda 100644
--- a/core/coredns.go
+++ b/core/coredns.go
@@ -1,3 +1,4 @@
+// Package core registers the server and all plugins we support.
package core
import (