diff options
Diffstat (limited to 'fsck.go')
-rw-r--r-- | fsck.go | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +package main + +import ( + "log" +) + +func fsck(args *argContainer) { + log.Panic("Not yet implemented") +} |
index : gocryptfs | ||
Mirror of gocryptfs source code on Github | https://github.com/rfjakob/gocryptfs |
summaryrefslogtreecommitdiff |