etcd/scripts
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
..
README scripts: add dev scripts 2018-04-02 11:27:39 -07:00
build-binary scripts/build-binary: Added s390x support for binary release 2019-11-13 22:57:23 -08:00
build-docker *: path changes for moving to github/etcd-io/etcd 2018-09-03 21:57:23 +05:30
build-release.sh scripts: Added s390x support for docker image release 2020-01-20 07:09:59 -08:00
fix.sh client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
genproto.sh tools: Update of go.mod for protos (gogo/protobuf 1.3.1, grpc 1.29.1, grpc-gateway 1.14.6) 2020-10-14 18:46:38 +02:00
install-marker.sh *: fix shellcheck warnings 2017-09-06 19:18:04 -07:00
release scripts: Added s390x support for docker image release 2020-01-20 07:09:59 -08:00
test_lib.sh client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
updatebom.sh tools: Migrate remaining tools to gobin 2020-10-13 19:33:01 +02:00

README

scripts for etcd development