etcd/etcdctl/ctlv3
Piotr Tabor 45e4306508 client: Move client to client/v2 as a module.
We make v2 client code a module go.etcd.io/etcd/client/v2.

Pretty mechanical change that can be summarized as:

  mkdir client/v2
  cd client/v2 && git mod init go.etcd.io/etcd/client/v2

  git mv client/*.go client/v2/
  find -name '*.go' | xargs sed -i --follow-symlinks 's|/v3/client["]|/client/v2\"|g'

  + fixing changelog, bom, go.mod etc.
2020-10-15 14:39:43 +02:00
..
command client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
ctl.go etcdctl: Rename Start / StartWithErrors to MustStart 2020-09-09 19:32:50 +02:00
help.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00