Skip to content

Commit 1b20ef5

Browse files
authored
Merge pull request #1 from backplane/fix-windows-build
adding missing fs import for windows
2 parents d619f85 + cd9fc16 commit 1b20ef5

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)