[ Bron: golang-github-pkg-diff ]
Pakket: golang-github-pkg-diff-dev (0.0~git20210226.20ebb0f-1)
Verwijzigingen voor golang-github-pkg-diff-dev
Debian bronnen:
Het bronpakket golang-github-pkg-diff downloaden:
- [golang-github-pkg-diff_0.0~git20210226.20ebb0f-1.dsc]
- [golang-github-pkg-diff_0.0~git20210226.20ebb0f.orig.tar.xz]
- [golang-github-pkg-diff_0.0~git20210226.20ebb0f-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
go library used to create, modify, and print diffs
The top level package, diff, contains convenience functions for the most common uses.
The sub-packages provide very fine-grained control over every aspect:
* myers creates diffs using the Myers diff algorithm. * edit contains the core diff data types. * ctxt provides tools to reduce the amount of context in a diff. * write provides routines to write diffs in standard formats.