mirror of https://github.com/perkeep/perkeep.git
fuse: import time on darwin
Change-Id: Ifd43921e6f26eb3e5959732a224afb05fff8517f
This commit is contained in:
parent
32dab2e9ea
commit
f70c2e12c0
|
@ -1,5 +1,9 @@
|
|||
package fuse
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type attr struct {
|
||||
Ino uint64
|
||||
Size uint64
|
||||
|
|
Loading…
Reference in New Issue