Should pass golint now

This commit is contained in:
empathetic-alligator 2014-12-14 21:11:20 -05:00
parent 165a517982
commit e94838dbe8

1
cmd.go
View File

@ -16,7 +16,6 @@ import (
import _ "net/http/pprof" import _ "net/http/pprof"
// Options contains the flag options // Options contains the flag options
type Options struct { type Options struct {
Verbose []bool `short:"v" long:"verbose" description:"Show verbose logging."` Verbose []bool `short:"v" long:"verbose" description:"Show verbose logging."`
Identity string `short:"i" long:"identity" description:"Private key to identify server with." default:"~/.ssh/id_rsa"` Identity string `short:"i" long:"identity" description:"Private key to identify server with." default:"~/.ssh/id_rsa"`