aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/file_store.go')
-rw-r--r--hotline/file_store.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hotline/file_store.go b/hotline/file_store.go
index ba86c6a..2ba9d7a 100644
--- a/hotline/file_store.go
+++ b/hotline/file_store.go
@@ -6,8 +6,6 @@ import (
"os"
)
-var FS FileStore
-
type FileStore interface {
Mkdir(name string, perm os.FileMode) error
Stat(name string) (os.FileInfo, error)