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

8 lines
76 B
Go

//go:build !windows
package fs
import "syscall"
type Stat syscall.Stat_t