fix: remove debug/typo

This commit is contained in:
Adrien Marquès 2021-06-20 21:52:43 +02:00
parent 89e81617d5
commit 8b92abd1c2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func (s *Signature) ValidateInput(handlerType reflect.Type) error {
firstArgType := handlerType.In(0)
if !firstArgType.Implements(ctxType) {
return fmt.Errorf("fock")
return ErrMissingHandlerContextArgument
}
// no input required