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 |
|
Brandon Philips
|
d88d765ba4
|
Documentation, CHANGELOG: use new go.etcd.io/etcd/v3 pkg
Use the new package path in the docs and announce it in the CHANGELOG
|
2020-04-28 22:02:19 +00:00 |
|
Gyuho Lee
|
1d638bad72
|
pkg/adt: README "IntervalTree.Delete" test case images
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-07-31 10:05:32 -07:00 |
|
Gyuho Lee
|
19d69d2563
|
pkg/adt: README initial commit
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-07-31 10:05:27 -07:00 |
|