软件包:golang-github-hexops-gotextdiff-dev(1.0.3-2)
golang-github-hexops-gotextdiff-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hexops-gotextdiff:
- [golang-github-hexops-gotextdiff_1.0.3-2.dsc]
- [golang-github-hexops-gotextdiff_1.0.3.orig.tar.gz]
- [golang-github-hexops-gotextdiff_1.0.3-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Unified text diffing in Go (copy of gopls internal diffing)
gotextdiff is a copy of the Go text diffing packages that the official Go language server gopls uses internally to generate unified diffs.
If you've previously tried to generate unified text diffs in Go (like the ones you see in Git and on GitHub), you may have found github.com/sergi/go-diff which is a Go port of Neil Fraser's google-diff-match-patch code - however it does not support unified diffs.
This is arguably one of the best (and most maintained) unified text diffing packages in Go as of at least 2020.
(All credit goes to the Go authors (http://tip.golang.org/AUTHORS), I am merely re-publishing their work so others can use it.)