mirror of https://github.com/go-redis/redis.git
malign struct fields
This commit is contained in:
parent
e0fed4d581
commit
87225c1cf9
|
@ -28,11 +28,11 @@ func (e BadConnError) Unwrap() error {
|
|||
|
||||
type SingleConnPool struct {
|
||||
pool Pooler
|
||||
level int32 // atomic
|
||||
|
||||
state uint32 // atomic
|
||||
ch chan *Conn
|
||||
|
||||
level int32 // atomic
|
||||
_badConnError atomic.Value
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue