1 2 3 4 5 6 7 8 9
package consistency import ( "fmt" ) func Main(args []string, oldSize, newSize uint64, oldRoot, newRoot string) error { return fmt.Errorf("TODO") }