mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
fix File is not goimports-ed (#28)
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
This commit is contained in:
parent
8819199291
commit
0f50d0d83e
2 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ func HandlerWithError(handleFunc func(context.Context, *Conn, *Request) (result
|
|||
return &HandlerWithErrorConfigurer{handleFunc: handleFunc}
|
||||
}
|
||||
|
||||
|
||||
// HandlerWithErrorConfigurer is a handler created by HandlerWithError.
|
||||
type HandlerWithErrorConfigurer struct {
|
||||
handleFunc func(context.Context, *Conn, *Request) (result interface{}, err error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue