Commit 31982004 authored by Matthew Holt's avatar Matthew Holt

Re-align atomic struct field (fixes #1306)

parent 7dc1dc1c
...@@ -70,8 +70,8 @@ func (p *persistentDialer) Close(client Client) error { ...@@ -70,8 +70,8 @@ func (p *persistentDialer) Close(client Client) error {
} }
type loadBalancingDialer struct { type loadBalancingDialer struct {
dialers []dialer
current int64 current int64
dialers []dialer
} }
func (m *loadBalancingDialer) Dial() (Client, error) { func (m *loadBalancingDialer) Dial() (Client, error) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment