Demand at least go1.6

This commit is contained in:
Tim Hockin
2016-04-22 22:37:32 -07:00
parent cbf886c7f4
commit 527cb50583
8 changed files with 37 additions and 86 deletions

View File

@@ -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)