mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-07-03 12:14:29 +02:00
Should pass golint now
This commit is contained in:
parent
165a517982
commit
e94838dbe8
1
cmd.go
1
cmd.go
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user