[ Bron: golang-github-sergi-go-diff ]
Pakket: golang-github-sergi-go-diff-dev (1.4.0-1)
Verwijzigingen voor golang-github-sergi-go-diff-dev
Debian bronnen:
Het bronpakket golang-github-sergi-go-diff downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
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.