type golang.org/x/sys/unix.Stat_t
6 uses
golang.org/x/sys/unix (current package)
zsyscall_darwin_amd64.go#L2437: func Fstat(fd int, stat *Stat_t) (err error) {
zsyscall_darwin_amd64.go#L2452: func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {
zsyscall_darwin_amd64.go#L2503: func Lstat(path string, stat *Stat_t) (err error) {
zsyscall_darwin_amd64.go#L2538: func Stat(path string, stat *Stat_t) (err error) {
ztypes_darwin_amd64.go#L65: type Stat_t struct {
github.com/evanw/esbuild/internal/fs
modkey_unix.go#L12: stat := unix.Stat_t{}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |