mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
.github
backend
alias
all
amazonclouddrive
azureblob
b2
box
cache
chunker
combine
compress
crypt
drive
dropbox
fichier
filefabric
ftp
googlecloudstorage
googlephotos
hasher
hdfs
hidrive
http
internetarchive
jottacloud
koofr
local
mailru
mega
memory
netstorage
onedrive
opendrive
oracleobjectstorage
pcloud
pikpak
premiumizeme
putio
qingstor
s3
seafile
sftp
sharefile
api
types.go
generate_tzdata.go
sharefile.go
sharefile_test.go
tzdata_vfsdata.go
update-timezone.sh
upload.go
sia
smb
storj
sugarsync
swift
union
uptobox
webdav
yandex
zoho
bin
cmd
cmdtest
contrib
docs
fs
fstest
graphics
lib
librclone
vfs
.gitattributes
.gitignore
.golangci.yml
CONTRIBUTING.md
COPYING
Dockerfile
MAINTAINERS.md
MANUAL.html
MANUAL.md
MANUAL.txt
Makefile
README.md
RELEASE.md
VERSION
go.mod
go.sum
notes.txt
rclone.1
rclone.go
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.