package
0.0.0-20220722015555-795b9e847a8e
Repository: https://github.com/xqbumu/sqlparser.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
MustMatchFn is used to create a common diff function for a test file Usage in *_test.go file:
Top declaration:
var mustMatch = testutils.MustMatchFn( []any{ // types with unexported fields type1{}, type2{}, ..
No description provided by the author
SortString sorts the string.
# Variables
MustMatch is a convenience version of MustMatchFn with no overrides.