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