package
0.0.8
Repository: https://github.com/ppapapetrou76/go-testing.git
Documentation: pkg.go.dev

# Functions

NewMapEntry creates and returns a new map entry with the given values of key and value fields.

# Structs

MapEntry is the struct to represent a key-value pair used in maps.

# Interfaces

Assertable is the basic interface for all assertable values.
Comparable is the interface for basic comparable operations.
Containable is the interface for operations related to containable values such as string or slice.
ExtendedComparable is the interface for advanced comparable operations.
Map is the interface for operations related to map values.
Nullable is the interface for operations related to nullable values such as pointers or slices.
Sizeable is the interface for operations related to sizeable values.