CoreVersion needs to be documented for golint, but we can't use too much text because we grep this file for the coredns version.
8 lines
127 B
Go
8 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.0.5"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|