Registry / utility / shazow-go-diff

shazow-go-diff

JSON →
library0.0.0-20160112020656-b6b7b6733b8cgogounverified

Go Diff provides diffing utilities for comparing text or byte slices.

go get github.com/shazow/go-diff
INSTALL
IMPORT
SIG · SHAZOW-GO-DIFF
S
shazow-go-diff
utilitygov0.0.0-20160112020656-b6b7b6733b8c
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.

diff
github.com/shazow/go-diff

Computes a diff between two strings.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20160112020656-b6b7b6733b8clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shazow-go-diff — go get shazow-go-diff · libregistry