1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

Satisfy the golint gods a little

This commit is contained in:
Asim
2016-04-06 17:53:16 +01:00
parent 5fb1051e0b
commit 2f50c74f41
2 changed files with 20 additions and 5 deletions

View File

@ -55,7 +55,7 @@ func (r *rpcStream) Recv(msg interface{}) error {
return err
}
// we need to stay upto date with sequence numbers
// we need to stay up to date with sequence numbers
r.seq = req.Seq
if err := r.codec.ReadRequestBody(msg); err != nil {