commit 50aa38c6826b65396c0399d3a82b6a5ce6f3abb6
parent f72b34e3ac711c2308aa5b7be865b4c42b3db324
Author: Matsuda Kenji <info@mtkn.jp>
Date: Thu, 19 Oct 2023 10:34:09 +0900
delete func for old API
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/test_fs.go b/test_fs.go
@@ -63,10 +63,6 @@ type testFS struct {
root *testFile
}
-func (fs *testFS) Root() File {
- return fs.root
-}
-
func (fs *testFS) OpenFile(path string, omode OpenMode, perm fs.FileMode) (File, error) {
path = clean9path(path)
wnames := split9path(path)