9 lines
77 B
Go
9 lines
77 B
Go
//go:build windows
|
|
|
|
package fs
|
|
|
|
type Stat struct {
|
|
Uid uint32
|
|
Gid uint32
|
|
}
|