fuse: import time on darwin

Change-Id: Ifd43921e6f26eb3e5959732a224afb05fff8517f
This commit is contained in:
Brad Fitzpatrick 2012-03-14 11:30:39 -07:00
parent 32dab2e9ea
commit f70c2e12c0
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
package fuse
import (
"time"
)
type attr struct {
Ino uint64
Size uint64