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 |
|
ahrtr
|
15568f4c00
|
add protection code for Range when the sortTarget is an invalid value
|
2022-01-18 07:46:37 +08:00 |
|
Piotr Tabor
|
e33c6dd9df
|
client/v3: Rename of imports
|
2020-10-20 10:13:06 +02:00 |
|
Piotr Tabor
|
8a7f15511c
|
clientv3: Move to client/v3 (just file move)
Mechanical:
% git mv clientv3 client/v3
% git mv client/mock client/v3/
|
2020-10-20 10:08:35 +02:00 |
|