Small cleanups, no change in exec.

This commit is contained in:
Jeffrey Regan
2019-01-14 15:35:03 -08:00
parent 73624da253
commit ea1dd08a8c
5 changed files with 41 additions and 26 deletions

View File

@@ -30,6 +30,7 @@ type FileSystem interface {
RemoveAll(name string) error
Open(name string) (File, error)
IsDir(name string) bool
EvalSymlinks(path string) (string, error)
Exists(name string) bool
Glob(pattern string) ([]string, error)
ReadFile(name string) ([]byte, error)