8 lines
102 B
Go
8 lines
102 B
Go
//go:build !darwin
|
|
|
|
package fuse
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const _UTIME_OMIT = unix.UTIME_OMIT
|