package
0.1.9
Repository: https://github.com/onechao/helm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AssertGoldenBytes asserts that the give actual content matches the contents of the given filename.
AssertGoldenFile assers that the content of the actual file matches the contents of the expected file.
AssertGoldenString asserts that the given string matches the contents of the given file.

# Interfaces

HelperT describes a test with a helper function.
TestingT describes a testing object compatible with the critical functions from the testing.T type.