mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
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:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user