Versions in this module Expand all Collapse all v1 v1.0.4 Dec 16, 2024 Changes in this version + type Diff struct + Actual string + Expected string + func Compare(expectedJSON, actualJSON string) Diff + func CompareHeaders(expectedHeaders, actualHeaders map[string]string) Diff + func CompareJSON(expectedJSON []byte, actualJSON []byte, noise map[string][]string, ...) (Diff, error)