mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -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
|
||||
|
||||
// Various CoreDNS constants.
|
||||
const (
|
||||
coreName = "CoreDNS"
|
||||
CoreVersion = "1.0.5"
|
||||
coreName = "CoreDNS"
|
||||
serverType = "dns"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user