Registry / utility / code-hex-dd

code-hex-dd

JSON →
library1.1.0gogounverified

A Go library for data diffing and comparison, similar to Unix diff but for data structures.

go get github.com/Code-Hex/dd
INSTALL
IMPORT
SIG · CODE-HEX-DD
C
code-hex-dd
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dd
github.com/Code-Hex/dd

Compute a diff between two strings

package main import ( "fmt" "github.com/Code-Hex/dd" ) func main() { diff := dd.Diff("hello", "world") fmt.Println(diff) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
code-hex-dd — go get code-hex-dd · libregistry