[ 原始碼: golang-github-sergi-go-diff ]
套件:golang-github-sergi-go-diff-dev(1.2.0-2)
golang-github-sergi-go-diff-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-sergi-go-diff:
- [golang-github-sergi-go-diff_1.2.0-2.dsc]
- [golang-github-sergi-go-diff_1.2.0.orig.tar.gz]
- [golang-github-sergi-go-diff_1.2.0-2.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.