package
0.53.1
Repository: https://github.com/shulhan/share.git
Documentation: pkg.go.dev

# Packages

Package mock provide a mocking for standard input, standard output, standard error, io.ReadWriter, and [rand.Reader].

# Functions

Assert compare two interfaces: exp and got for equality.
LoadData load data from file.
LoadDataDir load all data inside a directory.

# Structs

BufferWriter implement the Writer interface.
Data contains predefined input and output values that is loaded from file to be used during test.

# Interfaces

Writer contains common methods between testing.T and testing.B, a subset of testing.TB that cannot be used due to private methods.