VictoriaMetrics/lib/backup
Aliaksandr Valialkin d5dddb0953 all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
2020-06-30 23:05:11 +03:00
..
actions all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
common app/{vmbackup,vmrestore}: add backup complete file to backup when it is complete and check for this file before restoring from backup 2020-01-09 15:35:38 +02:00
fscommon all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
fslocal all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
fsnil all: fix golangci-lint issues 2020-03-10 19:41:46 +02:00
fsremote all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
gcsremote all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
s3remote all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00