Skip to content

Commit cd9fc16

Browse files
committed
adding missing fs import for windows
Signed-off-by: actualben <actualben@users.noreply.github.com>
1 parent d619f85 commit cd9fc16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stat/windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
package stat
55

6+
import "io/fs"
7+
68
func (s *Stat) populateFromUnixInfo(path string, fi fs.FileInfo) error {
79
return nil
810
}

0 commit comments

Comments
 (0)