Nick Craig-Wood
|
87d856d71b
|
cache: disable race tests until bbolt is fixed
bbolt fails with "unsafe pointer conversion" under the go1.14 race
detector.
Disable race tests until https://github.com/etcd-io/bbolt/issues/187
is fixed.
|
2020-02-27 08:05:28 +00: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
|
be54fd8f70
|
Remove builds conditional on go1.7 since that is now guaranteed #2154
Old fallback code was deleted and the go1.7 style code inlined where
appropriate.
|
2018-04-07 11:42:55 +01:00 |
|
remusb
|
40af98b0b3
|
cache: offline uploading
|
2018-01-30 00:05:04 +02:00 |
|