[ 源代码: golang-github-sergi-go-diff ]
软件包:golang-github-sergi-go-diff-dev(1.1.0-1)
golang-github-sergi-go-diff-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-sergi-go-diff:
- [golang-github-sergi-go-diff_1.1.0-1.dsc]
- [golang-github-sergi-go-diff_1.1.0.orig.tar.gz]
- [golang-github-sergi-go-diff_1.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Diff, match and patch text in Go
This library provides algorithms to perform operations required for synchronizing plain text.
These operations include:
* Compare two texts and return their differences. * Perform fuzzy matching of text. * Apply patches onto text.