Commit b89480b3 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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.
parent aeacbf6e
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"
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment