8 lines
76 B
Go
8 lines
76 B
Go
//go:build !windows
|
|
|
|
package fs
|
|
|
|
import "syscall"
|
|
|
|
type Stat syscall.Stat_t
|