diff options
author | 2016-09-21 17:01:19 +0100 | |
---|---|---|
committer | 2016-09-21 17:01:19 +0100 | |
commit | 5301c5af5fde0ad5bf063e12decd4c5202047457 (patch) | |
tree | fc9957fc5382285f27c12436b9f4da9aae670548 /middleware/file/tree/less.go | |
parent | 7b79458c8a659a4cc8fffb5f678321a0fdd09333 (diff) | |
download | coredns-5301c5af5fde0ad5bf063e12decd4c5202047457.tar.gz coredns-5301c5af5fde0ad5bf063e12decd4c5202047457.tar.zst coredns-5301c5af5fde0ad5bf063e12decd4c5202047457.zip |
Run golint and go vet (#276)
Cleanup the errors and removed deadcode along the way. The leaves
some error laying around, mostly about commenting exported identifier.
We should look hard if those really are needed.
Diffstat (limited to 'middleware/file/tree/less.go')
-rw-r--r-- | middleware/file/tree/less.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/file/tree/less.go b/middleware/file/tree/less.go index 32d87b683..595dc9213 100644 --- a/middleware/file/tree/less.go +++ b/middleware/file/tree/less.go @@ -39,7 +39,6 @@ func less(a, b string) int { i++ aj, bj = ai, bi } - return 0 } func doDDD(b []byte) { |