mirror of
https://github.com/go-micro/go-micro.git
synced 2025-12-11 21:57:04 +02:00
fix: struct field alignment (#2632)
This commit is contained in:
@@ -21,9 +21,10 @@ type Stream interface {
|
||||
type stream struct {
|
||||
Stream
|
||||
|
||||
sync.RWMutex
|
||||
err error
|
||||
request *request
|
||||
|
||||
sync.RWMutex
|
||||
}
|
||||
|
||||
type request struct {
|
||||
|
||||
Reference in New Issue
Block a user