We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d619f85 + cd9fc16 commit 1b20ef5Copy full SHA for 1b20ef5
1 file changed
stat/windows.go
@@ -3,6 +3,8 @@
3
4
package stat
5
6
+import "io/fs"
7
+
8
func (s *Stat) populateFromUnixInfo(path string, fi fs.FileInfo) error {
9
return nil
10
}
0 commit comments