X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/481631f6b541a0f00c7c3ba789c13ac934bdefbc..bc385afdb64137412e892c1c7dd9f3b8349edfef:/hotline/file_store.go 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)