demoManito
|
72cf0cc04a
|
etcd: modify declaring empty slices
declare an empty slice to var s []int replace s :=[]int{}, https://github.com/golang/go/wiki/CodeReviewComments#declaring-empty-slices
Signed-off-by: demoManito <1430482733@qq.com>
|
2022-09-16 14:41:14 +08:00 |
|
Benjamin Wang
|
8038e876d3
|
replace ioutil with os package
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2022-06-17 10:11:30 +08:00 |
|
Marek Siarkowicz
|
431adc5878
|
server: Implement storage downgrades
By validating if WAL doesn't include any incompatible entries we can
implement storage downgrades.
|
2021-10-29 12:47:19 +02:00 |
|