commit 32c2ffdfa13b6d4a132222be1063e1f023b047c7 parent 008f7f880efbe98d521867c406d968ae04beaa4b Author: Matsuda Kenji <info@mtkn.jp> Date: Sun, 3 Sep 2023 07:03:33 +0900 merge Diffstat:
| M | stat.go | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/stat.go b/stat.go @@ -122,6 +122,8 @@ func (s *Stat) String() string { } // Sys must return Stat struct. +type FileInfo = fs.FileInfo + /* type FileInfo struct { Stat *Stat