1
0
Fork 0
forked from External/ergo

minor cleanup

This commit is contained in:
Jeremy Latt 2014-02-24 17:45:04 -08:00
parent 72726a39b8
commit cc6f764c85
3 changed files with 5 additions and 9 deletions

View file

@ -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)
}