Run through the motions; create manual pages. Run go generate for good measure. Fix typo in Makefile.release while at it. Signed-off-by: Miek Gieben <miek@miek.nl>
8 lines
127 B
Go
8 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.5.2"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|