Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
7
vendor/github.com/hanwen/go-fuse/v2/fuse/misc_unix.go
generated
vendored
Normal file
7
vendor/github.com/hanwen/go-fuse/v2/fuse/misc_unix.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !darwin
|
||||
|
||||
package fuse
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const _UTIME_OMIT = unix.UTIME_OMIT
|
||||
Reference in New Issue
Block a user