overdue
This commit is contained in:
10
.rclone_repo/vfs/errors_old.go
Executable file
10
.rclone_repo/vfs/errors_old.go
Executable file
@@ -0,0 +1,10 @@
|
||||
// Errors for pre go1.8
|
||||
|
||||
//+build !go1.8
|
||||
|
||||
package vfs
|
||||
|
||||
import "errors"
|
||||
|
||||
// ECLOSED is returned when a handle is closed twice
|
||||
var ECLOSED = errors.New("file already closed")
|
||||
Reference in New Issue
Block a user