libgocryptfs/frontend/fs.go

10 lines
101 B
Go
Raw Normal View History

2015-09-03 19:09:23 +02:00
package frontend
import (
"github.com/rfjakob/gocryptfs/cryptfs"
)
type FS struct {
cryptfs.FS
}