Files
stfs/internal/fs/file_non_unix.go
2022-01-15 20:58:47 +01:00

9 lines
77 B
Go

//go:build windows
package fs
type Stat struct {
Uid uint32
Gid uint32
}