[ 原始碼: golang-github-pkg-diff ]
套件:golang-github-pkg-diff-dev(0.0~git20210226.20ebb0f-1)
golang-github-pkg-diff-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-pkg-diff:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.