aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fs/fs.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fs/fs.go')
-rw-r--r--utils/fs/fs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fs/fs.go b/utils/fs/fs.go
index 4eaad15..463425c 100644
--- a/utils/fs/fs.go
+++ b/utils/fs/fs.go
@@ -22,6 +22,7 @@ type Filesystem interface {
ReadDir(path string) ([]FileInfo, error)
TempFile(dir, prefix string) (File, error)
Rename(from, to string) error
+ Remove(filename string) error
Join(elem ...string) string
Dir(path string) Filesystem
Base() string