Update to etcd v3.5.0 client

This commit is contained in:
Jordan Liggitt
2021-06-15 19:01:32 -04:00
parent 3a47ddccdf
commit 6448181d95
128 changed files with 2447 additions and 995 deletions

View File

@@ -236,7 +236,7 @@ func (fs FS) Fscacheinfo() (Fscacheinfo, error) {
m, err := parseFscacheinfo(bytes.NewReader(b))
if err != nil {
return Fscacheinfo{}, fmt.Errorf("failed to parse Fscacheinfo: %v", err)
return Fscacheinfo{}, fmt.Errorf("failed to parse Fscacheinfo: %w", err)
}
return *m, nil