1 2 3 4 5 6 7 8 9 10 11
package proto type Fail Object func (f Fail) Cmd() Command { return NewCmd("fail", "", Object(f)) } func (f Fail) Error() string { return Strfail(Object(f)) }