[ ソース: golang-github-sergi-go-diff ]
パッケージ: golang-github-sergi-go-diff-dev (1.4.0-1)
golang-github-sergi-go-diff-dev に関するリンク
Debian の資源:
golang-github-sergi-go-diff ソースパッケージをダウンロード:
- [golang-github-sergi-go-diff_1.4.0-1.dsc]
- [golang-github-sergi-go-diff_1.4.0.orig.tar.gz]
- [golang-github-sergi-go-diff_1.4.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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.