package
2.3.1+incompatible
Repository: https://github.com/shipengqi/commitizen.git
Documentation: pkg.go.dev
# Functions
Contains asserts that the specified string, list(array, slice...) or map contains the specified substring or element.
Empty asserts that the specified object is empty.
Equal asserts that two objects are equal.
No description provided by the author
NotContains asserts that the specified string, list(array, slice...) or map does NOT contain the specified substring or element.
NotEmpty asserts that the specified object is NOT empty.
NotEqual asserts that the specified values are NOT equal.
ObjectsAreEqual determines if two objects are considered equal.