Categorygithub.com/matthewmueller/diff
modulepackage
0.0.3
Repository: https://github.com/matthewmueller/diff.git
Documentation: pkg.go.dev

# README

Diff

GoDoc

Simple high-level diff package. Primarily used for testing.

License

MIT

# Functions

Content returns the difference in content between actual and expect.
Diff two interfaces.
HTTP diffs two response dumps via httputil.DumpResponse.
String diffs two strings.
Test tests actual with expected.
Test the content of actual with expected.
TestHTTP diffs two HTTP dumps from httputil.DumpResponse.
TestString diffs two strings.

# Structs

No description provided by the author