Skip to content

Commit

Permalink
Golint: make golint happy (coredns#1433)
Browse files Browse the repository at this point in the history
CoreVersion needs to be documented for golint, but we can't use too much
text because we grep this file for the coredns version.
  • Loading branch information
miekg authored Jan 25, 2018
1 parent aeacbf6 commit b89480b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coremain/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package coremain

// Various CoreDNS constants.
const (
coreName = "CoreDNS"
CoreVersion = "1.0.5"
coreName = "CoreDNS"
serverType = "dns"
)

0 comments on commit b89480b

Please sign in to comment.