rclone/cmd/cmount
Brett Dutro 378a3f4133 mount: replace use of WriteAt with Write for cache mode >= writes and O_APPEND
os.File.WriteAt returns an error if a file was opened with O_APPEND.
This replaces it with os.File.Write if the file was opened with
O_APPEND.
2019-10-26 17:27:52 +01:00
..
fs.go mount: replace use of WriteAt with Write for cache mode >= writes and O_APPEND 2019-10-26 17:27:52 +01:00
mount_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
mount.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00