package consistency import ( "fmt" ) func Main(args []string, oldSize, newSize uint64, oldRoot, newRoot string) error { return fmt.Errorf("TODO") }