Merge branch 'master' of ssh://github.com/micro/go-micro
This commit is contained in:
commit
a18e53f028
@ -25,10 +25,6 @@ import (
|
||||
|
||||
var (
|
||||
lastStreamResponseError = errors.New("EOS")
|
||||
// A value sent as a placeholder for the server's response value when the server
|
||||
// receives an invalid request. It is never decoded by the client since the Response
|
||||
// contains an error when it is used.
|
||||
invalidRequest = struct{}{}
|
||||
|
||||
// Precompute the reflect type for error. Can't use error directly
|
||||
// because Typeof takes an empty interface value. This is annoying.
|
||||
|
Loading…
Reference in New Issue
Block a user