package
0.0.0-20241005173814-114fa825bbdc
Repository: https://github.com/mandelsoft/goutils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeepEqual compares two objects and shows diff on failure.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetModuleName returns a go modules module name by finding and parsing the go.mod file.
No description provided by the author
GetRelativePathToProjectRoot calculates the relative path to a go projects root directory.
Deprecated: use substutils.MergeMapSubstitution.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTempDir creates a new temporary directory with some initial content.
No description provided by the author
No description provided by the author
No description provided by the author
StringEqualTrimmedWithContext compares two trimmed strings and provides the complete actual value as error context.
StringEqualWithContext compares two strings and provides the complete actual value as error context.
StringMatchTrimmedWithContext matches a trimmed string by a regular expression and provides the complete actual value as error context.
StringMatchWithContext matches a string by a regular expression and provides the complete actual value as error context.
No description provided by the author
Deprecated: use substutils.SubstList.
WithDirContent populates the temporary directory with some content provided by a directory.
WithFileContent populates the temporary directory with some file.
YAMLEqual compares two yaml structures.
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
TempDir is the representation of a temporary directory in the OS filesystem, which has a Cleanup method used to remove the directory, again, after a test.
# Type aliases
No description provided by the author