albertony
|
5d6b8141ec
|
Replace deprecated ioutil
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.
|
2022-11-07 11:41:47 +00:00 |
|
albertony
|
23a0d4a1e6
|
config: fix issues with memory-only config file paths
Fixes #5222
|
2021-04-12 18:17:19 +02:00 |
|
Nick Craig-Wood
|
57d5de6fba
|
build: fix up package paths after repo move
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
|
2019-07-28 18:47:38 +01:00 |
|
Nick Craig-Wood
|
dddfbec92a
|
cmd/version: factor version number parsing routines into fs/version
|
2018-11-05 15:44:40 +00:00 |
|
Nick Craig-Wood
|
5c75453aba
|
version: fix test under Windows
|
2018-08-28 16:07:36 +01:00 |
|
Nick Craig-Wood
|
4eefd05dcf
|
version: print the release and beta versions with --check - Fixes #2348
|
2018-08-26 17:28:28 +01:00 |
|
Stefan
|
86892467d9
|
config: load config file only on first access (closes #1659, closes #2096) (#2147)
|
2018-03-17 12:36:30 +01:00 |
|