Demand at least go1.6
This commit is contained in:
@@ -22,8 +22,7 @@ import (
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
//IoUtil is a util for common IO operations
|
||||
//it also backports certain operations from golang 1.5
|
||||
// IoUtil is a mockable util for common IO operations
|
||||
type IoUtil interface {
|
||||
ReadDir(dirname string) ([]os.FileInfo, error)
|
||||
Lstat(name string) (os.FileInfo, error)
|
||||
|
Reference in New Issue
Block a user