diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-08 19:09:38 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-08 19:09:38 -0700 |
| commit | b196a50a44a5c72fc43df39fce4407d05ec8863b (patch) | |
| tree | 41419808e2c6ef5ef5a94b6e568b20653438a67e /hotline/file_store.go | |
| parent | 8168522a18e78acff2f6ca2f04b9f9300c6ee7a1 (diff) | |
Refactor filestore to simplify testing
Diffstat (limited to 'hotline/file_store.go')
| -rw-r--r-- | hotline/file_store.go | 2 |
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) |