# Functions
MustMatchFn is used to create a common diff function for a test file Usage in *_test.go file:
Top declaration:
var mustMatch = testutils.MustMatchFn( []interface{}{ // types with unexported fields type1{}, type2{}, ..
SortString sorts the string.
# Variables
MustMatch is a convenience version of MustMatchFn with no overrides.