mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-03 05:42:35 +00:00
wip
This commit is contained in:
9
pkg/fs/fs.go
Normal file
9
pkg/fs/fs.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package fs
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type FileSystem interface {
|
||||
Open(path string) (io.ReadCloser, error)
|
||||
}
|
||||
Reference in New Issue
Block a user