doc: some function/vars/const/package level updates (#1558)

* doc: some function/vars/const/package level updates

Various update that stood out while reading godoc.org for CoreDNS.

* Fix some misspellings as well
This commit is contained in:
Miek Gieben
2018-02-23 15:02:05 +00:00
committed by GitHub
parent e3b7beab6a
commit 455040c143
9 changed files with 12 additions and 8 deletions

View File

@@ -251,9 +251,11 @@ var (
buildDate string // date -u
gitTag string // git describe --exact-match HEAD 2> /dev/null
gitNearestTag string // git describe --abbrev=0 --tags HEAD
GitCommit string // git rev-parse HEAD
gitShortStat string // git diff-index --shortstat
gitFilesModified string // git diff-index --name-only HEAD
// Gitcommit contains the commit where we built CoreDNS from.
GitCommit string
)
// flagsBlacklist removes flags with these names from our flagset.