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