DEBSOURCES
Skip Quicknav
sources / golang-github-hugelgupf-p9 / 0.3.0-2.1 / internal / stat_unix.go
1234567891011
//go:build !windows // +build !windows package internal import ( "golang.org/x/sys/unix" ) // Stat_t is the Linux Stat_t. type Stat_t = unix.Stat_t