mirror of
https://github.com/coredns/coredns.git
synced 2025-10-13 08:22:03 +02:00
CoreVersion needs to be documented for golint, but we can't use too much text because we grep this file for the coredns version.
9 lines
127 B
Go
9 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.0.5"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|