commit 09375deb702024edd49fb8fcdc5e00c6b724d54a parent 77c821cdc71917c6ced64fec11aae8b23b9e1997 Author: Matsuda Kenji <info@mtkn.jp> Date: Sat, 26 Aug 2023 14:30:09 +0900 delete _FS Diffstat:
| M | fs.go | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/fs.go b/fs.go @@ -5,10 +5,6 @@ import ( "path" ) -type _FS interface { - Open(name string) (File, error) -} - type FS struct { fs fs.FS // underlying file system qidPool *QidPool