diff3 icon indicating copy to clipboard operation
diff3 copied to clipboard

A diff3 text merge implementation in Go

Results 1 diff3 issues
Sort by recently updated
recently updated
newest added

I was testing merging on a very large file (260k lines) and hit a panic here: https://github.com/nasdf/diff3/blob/main/diff3.go#L131 > panic: runtime error: index out of range [157894] with length 155846 After...