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