package
0.0.14-alpha04
Repository: https://github.com/stackql/stackql-parser.git
Documentation: pkg.go.dev
# 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.