Bug#1140076: ITP: golang-znkr.io-diff -- A difference algorithm module for Go
"Andrew Lee (李健秋)" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <20260615131425.B6F57100B74__31633.6016099498$1781529344$gmane$org@lla3.bfh.ch> |
Package: wnpp Severity: wishlist Owner: Andrew Lee (李健秋) <[email protected]> * Package name : golang-znkr.io-diff Version : 1.0.1-1 Upstream Author : Florian Zenker * URL : https://github.com/znkr/diff * License : Apache-2.0 Programming Lang: Go Description : A difference algorithm module for Go This package contains golang module znkr.io/diff. . A high-performance difference algorithm module for Go. . Difference algorithms compare two inputs and find the edits that transform one to the other. This is very useful to understand changes, for example when comparing a test result with the expected result or to understand which changes have been made to a file. . This module provides diffing for arbitrary Go slices and text.