libgocryptfs/frontend/file.go

10 lines
105 B
Go
Raw Normal View History

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