mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
fix: struct field alignment (#2632)
This commit is contained in:
@@ -11,13 +11,13 @@ import (
|
||||
|
||||
// Implements the Streamer interface.
|
||||
type rpcStream struct {
|
||||
sync.RWMutex
|
||||
id string
|
||||
closed bool
|
||||
err error
|
||||
request Request
|
||||
codec codec.Codec
|
||||
context context.Context
|
||||
id string
|
||||
sync.RWMutex
|
||||
closed bool
|
||||
}
|
||||
|
||||
func (r *rpcStream) Context() context.Context {
|
||||
|
||||
Reference in New Issue
Block a user