forked from External/ergo
minor cleanup
This commit is contained in:
parent
72726a39b8
commit
cc6f764c85
3 changed files with 5 additions and 9 deletions
|
|
@ -199,8 +199,6 @@ type PassCommand struct {
|
|||
err error
|
||||
}
|
||||
|
||||
var ErrCannotCheck = errors.New("cannot check password")
|
||||
|
||||
func (cmd *PassCommand) String() string {
|
||||
return fmt.Sprintf("PASS(password=%s)", cmd.password)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue