package
1.1.0
Repository: https://github.com/keboola/go-utils.git
Documentation: pkg.go.dev

# Functions

Assert compares two texts and allows using wildcards in expected value, see ToRegexp function.
Compare compares two texts and allows using wildcards in expected value, see ToRegexp function.
EscapeWhitespaces escapes all whitespaces except new line -> for clearer difference in diff output.
ToRegexp converts string with wildcards to regexp, so it can be used in assert.Regexp.