package
0.0.0-20160825065156-d002785f4c67
Repository: https://github.com/psiphon-labs/goarista.git
Documentation: pkg.go.dev
# Functions
CopyFile copies a file.
DeepEqual is a faster implementation of reflect.DeepEqual that: - Has a reflection-free fast-path for all the common types we use.
Diff returns the difference of two objects in a human readable format.
PrettyPrint tries to display a human readable version of an interface.
PrettyPrintWithDepth tries to display a human readable version of an interface and allows to define the depth of the print.
ShouldPanic will test is a function is panicking.
ShouldPanicWith will test is a function is panicking with a specific message.