syncthing/cmd/syncthing
Jakob Borg 4b750b6dc3
all: Remove usage of deprecated io/ioutil (#7971)
As of Go 1.16 io/ioutil is deprecated. This replaces usage with the
corresponding functions in package os and package io.
2021-11-22 08:59:47 +01:00
..
cli all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
cmdutil cmd/syncthing: Implement generate as a subcommand with optional API credential setting (fixes #8021) (#8043) 2021-11-18 22:57:59 +01:00
decrypt all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
generate cmd/syncthing: Implement generate as a subcommand with optional API credential setting (fixes #8021) (#8043) 2021-11-18 22:57:59 +01:00
.gitignore Repair model tests 2014-03-30 21:59:40 +02:00
.stfolder Merge remote-tracking branch 'syncthing/pr/1577' 2015-04-06 20:53:32 +02:00
blockprof.go cmd/syncthing: Refactor command line parsing (#7330) 2021-02-10 20:35:37 +01:00
crash_reporting.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
crash_reporting_test.go lib/ur: Implement crash (panic) reporting (fixes #959) (#5702) 2019-06-11 08:19:11 +02:00
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
heapprof.go cmd/syncthing: Refactor command line parsing (#7330) 2021-02-10 20:35:37 +01:00
main.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
monitor.go all: Unused args, retvals, assignments (#7926) 2021-09-08 00:11:16 +02:00
monitor_test.go all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00
openurl_unix.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
openurl_windows.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
perfstats_unix.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
perfstats_unsupported.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00
traceback.go all: Update build constraints to Go 1.17 style (#7894) 2021-08-17 10:10:41 +02:00