Sasha Melentyev
|
c3b6cbdb73
|
all: goimports -w .
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
|
2022-11-17 19:07:04 +03:00 |
|
Benjamin Wang
|
7f10dccbaf
|
Bump go 1.19: update all the dependencies and go.sum files
1. run ./scripts/fix.sh;
2. cd tools/mod; gofmt -w . & go mod tidy;
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2022-09-22 08:47:46 +08:00 |
|
Marek Siarkowicz
|
1189ee3f3d
|
client: Add logger argument to NewCtxClient
|
2021-05-12 16:40:55 +02:00 |
|
Piotr Tabor
|
aaf423e962
|
server: Update imports.
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
|
2020-10-26 13:02:32 +01:00 |
|
Piotr Tabor
|
4a5e9d1261
|
server: Move server files to 'server' directory.
26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server
36 git mv go.mod go.sum server
|
2020-10-26 12:57:19 +01:00 |
|