rclone/vfs/errors_old.go
2017-11-04 10:24:10 +00:00

11 lines
173 B
Go

// 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")