libgocryptfs/frontend/dir.go

11 lines
145 B
Go

package frontend
import (
//"github.com/rfjakob/gocryptfs/cryptfs"
"github.com/rfjakob/cluefs/lib/cluefs"
)
type Dir struct {
*cluefs.Dir
}