Iskander Sharipov 3da90b6d3e etcdctl/ctlv2/command: fix type switch case order
Since syscall.Errno implements net.Error and all cases
are matched sequentially, it's a mistake to put syscall.Errno
case after net.Error since it will never be executed.

This change swaps syscall.Errno case with net.Error
to give that clause chance to execute.
2018-07-28 23:33:13 +03:00
..
2016-05-12 20:51:39 -07:00
2016-05-12 20:51:39 -07:00
2016-05-12 20:51:39 -07:00