We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package github.com/pmezard/go-difflib is as of this commit no longer maintained: pmezard/go-difflib@1ef1646
github.com/pmezard/go-difflib
Maybe we could move the used functionality into this repo and stop depending on the difflib package all together?
difflib
The functions used are difflib.GetUnifiedDiffString() and difflib.SplitLines().
difflib.GetUnifiedDiffString()
difflib.SplitLines()
The text was updated successfully, but these errors were encountered:
Is there any update on this.
Sorry, something went wrong.
Who will maintain that imported code?
What are the issues in difflib code that need fixes?
So far, as a maintainer, I don't see any advantages compared to the status quo.
Duplicate of #1187.
Successfully merging a pull request may close this issue.
The package
github.com/pmezard/go-difflib
is as of this commit no longer maintained: pmezard/go-difflib@1ef1646Maybe we could move the used functionality into this repo and stop depending on the
difflib
package all together?The functions used are
difflib.GetUnifiedDiffString()
anddifflib.SplitLines()
.The text was updated successfully, but these errors were encountered: