# Functions
MakeMatcher builds a Gomega-compatible matcher from a function (the matchFunc).
ParseTemplate allows you to precompile templates for MakeMatcher's custom matchers.
# Structs
CustomGomegaMatcher is generated by MakeMatcher - you should always use MakeMatcher to construct custom matchers.