Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Sep 21, 2023
1 parent fff3e83 commit 599eec8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/filesystems/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ var (
DefaultFilesystem = &wrapperFs{key: DefaultFilesystemKey, FS: OsFS{}}
)

type emptyFs struct {
}

func (emptyFs) Open(name string) (fs.File, error) {
return nil, fs.ErrNotExist
}

// wrapperFs exists so can easily add to wrapperFs down the line
type wrapperFs struct {
key string
Expand Down

0 comments on commit 599eec8

Please sign in to comment.