Add structcheck, unused, and varcheck linters.

Warn on unused and dead code

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-11-13 16:21:26 -05:00
parent 96e2f30250
commit f74862a0dd
35 changed files with 29 additions and 444 deletions

View File

@@ -8,7 +8,6 @@ import (
"io"
goruntime "runtime"
"strings"
"sync"
"syscall"
"time"
@@ -152,8 +151,6 @@ type task struct {
io cio.IO
id string
pid uint32
mu sync.Mutex
}
// Pid returns the pid or process id for the task