package
0.0.0-20210525052339-fb7d6bd9331e
Repository: https://github.com/lab47/exprcore.git
Documentation: pkg.go.dev

# Functions

GetReporter returns the exprcore thread's error reporter.
LoadAssertModule loads the assert module.
SetReporter associates an error reporter (such as a testing.T in a Go test) with the exprcore thread so that exprcore programs may report errors to it.

# Variables

DataFile returns the effective filename of the specified test data resource.

# Interfaces

A Reporter is a value to which errors may be reported.