mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
golint cleanup (#828)
Clean up some golint related issues. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -61,7 +61,7 @@ type UpstreamHost struct {
|
||||
FailTimeout time.Duration
|
||||
OkUntil time.Time
|
||||
CheckDown UpstreamHostDownFunc
|
||||
CheckUrl string
|
||||
CheckURL string
|
||||
WithoutPathPrefix string
|
||||
Checking bool
|
||||
checkMu sync.Mutex
|
||||
|
||||
Reference in New Issue
Block a user