etcd/clientv3/concurrency
Piotr Tabor de55bb6331 pkg: Rename imports after making 'pkg' a module
find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g'
go fmt ./...
2020-10-13 00:09:27 +02:00
..
doc.go clientv3: update LICENSE header 2016-05-12 20:50:58 -07:00
election.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
example_election_test.go clientv3/concurrency: Expose examples close to the source-code. 2020-10-07 15:46:56 +02:00
example_mutex_test.go clientv3/concurrency: Expose examples close to the source-code. 2020-10-07 15:46:56 +02:00
example_stm_test.go clientv3/concurrency: Expose examples close to the source-code. 2020-10-07 15:46:56 +02:00
key.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
main_test.go pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
mutex.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
session.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
stm.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00