package
0.1.75
Repository: https://github.com/m-lab/go.git
Documentation: pkg.go.dev

# Functions

Must allows the rtx.Must pattern within a unit test and will call t.Fatal if passed a non-nil error.
MustReadFile will read the file under the input `path` and return the array of bytes.

# Interfaces

FatalReporter defines the interface for reporting a fatal test.