libgocryptfs/fsck.go

10 lines
101 B
Go

package main
import (
"log"
)
func fsck(args *argContainer) {
log.Panic("Not yet implemented")
}