golang-github-hexops-gotextdiff 1.0.3-2 source package in Ubuntu

Changelog

golang-github-hexops-gotextdiff (1.0.3-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <email address hidden>  Wed, 01 Feb 2023 12:46:55 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hexops-gotextdiff_1.0.3-2.dsc 2.2 KiB e10f609591cd0d4c082f63877db9efabc640de23b1bc011a7687e8fe7322f31f
golang-github-hexops-gotextdiff_1.0.3.orig.tar.gz 22.7 KiB 95ca5abd3c132e04ca1a0deeeac130b6bfe871e504e3775cb53e43ad3fc8183d
golang-github-hexops-gotextdiff_1.0.3-2.debian.tar.xz 2.6 KiB 172105b3304c0c48a264f31d0a52cb332ef2a3205ca456dac7f333e43b5d9a85

No changes file available.

Binary packages built by this source

golang-github-hexops-gotextdiff-dev: Unified text diffing in Go (copy of gopls internal diffing)

 gotextdiff is a copy of the Go text diffing packages that the official Go
 language server gopls uses internally to generate unified diffs.
 .
 If you've previously tried to generate unified text diffs in Go (like
 the ones you see in Git and on GitHub), you may have found
 github.com/sergi/go-diff which is a Go port of Neil Fraser's
 google-diff-match-patch code - however it does not support unified diffs.
 .
 This is arguably one of the best (and most maintained) unified text
 diffing packages in Go as of at least 2020.
 .
 (All credit goes to the Go authors (http://tip.golang.org/AUTHORS), I am
 merely re-publishing their work so others can use it.)