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:
parent
aeacbf6e24
commit
b89480b33f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
package coremain
|
package coremain
|
||||||
|
|
||||||
|
// Various CoreDNS constants.
|
||||||
const (
|
const (
|
||||||
coreName = "CoreDNS"
|
|
||||||
CoreVersion = "1.0.5"
|
CoreVersion = "1.0.5"
|
||||||
|
coreName = "CoreDNS"
|
||||||
serverType = "dns"
|
serverType = "dns"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue