We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619f85 commit cd9fc16Copy full SHA for cd9fc16
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