Golint: make golint happy (#1433)

CoreVersion needs to be documented for golint, but we can't use too much
text because we grep this file for the coredns version.
This commit is contained in:
Miek Gieben 2018-01-25 21:58:46 +00:00 committed by GitHub
parent aeacbf6e24
commit b89480b33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
package coremain
// Various CoreDNS constants.
const (
coreName = "CoreDNS"
CoreVersion = "1.0.5"
coreName = "CoreDNS"
serverType = "dns"
)