package
0.0.0-20240105075242-dddda54ea9f0
Repository: https://github.com/linuxdeepin/go-lib.git
Documentation: pkg.go.dev

# Functions

Append is a helper function that will append more errors onto an Error in order to create a larger multi-error.
ListFormatFunc is a basic formatter that outputs the number of errors that occurred along with a bullet point list of the errors.
No description provided by the author

# Structs

Error is an error type to track multiple errors.

# Type aliases

ErrorFormatFunc is a function callback that is called by Error to turn the list of errors into a string.