From 5301c5af5fde0ad5bf063e12decd4c5202047457 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 21 Sep 2016 17:01:19 +0100 Subject: 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. --- middleware/file/tree/less.go | 1 - 1 file changed, 1 deletion(-) (limited to 'middleware/file/tree/less.go') 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) { -- cgit v1.2.3