libgocryptfs/frontend/fs.go

10 lines
101 B
Go

package frontend
import (
"github.com/rfjakob/gocryptfs/cryptfs"
)
type FS struct {
cryptfs.FS
}