package
0.0.0-20240805175357-31046fb46426
Repository: https://github.com/rkennedy/optional.git
Documentation: pkg.go.dev
# Functions
HaveValueEqualing checks wheter an [optional.Value] holds a value equal to the given value.
HaveValueMatching checks whether an [optional.Value] holds a value that matches the given matcher.
# Variables
BeEmpty asserts that the tested value is an empty [optional.Value] with type T.