rclone/cmd/selfupdate
Nick Craig-Wood e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version
This is possible now that we no longer support go1.12 and brings
rclone into line with standard practices in the Go world.

This also removes errors.New and errors.Errorf from lib/errors and
prefers the stdlib errors package over lib/errors.
2021-11-07 11:53:30 +00:00
..
help.go build: replace the deprecated golint linter with revive 2021-10-15 12:51:31 +01:00
noselfupdate.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
selfupdate.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
selfupdate_test.go lib/file: improve error message when attempting to create dir on nonexistent drive on windows 2021-10-01 23:18:39 +02:00
verify.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
writable_unix.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
writable_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
writable_windows.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00