Versions in this module Expand all Collapse all v0 v0.5.0 Nov 2, 2025 Changes in this version + var ErrCompilationError = errors.New("compilation error") + var ErrMutationSurvived = errors.New("mutation survived") + func Custom(ctx context.Context, execArgs []string, opts CustomMutationOptions) error + func GoTest(ctx context.Context, pkgName string, recursive bool) error + type CustomMutationOptions struct + Changed string + Debug bool + Original string + Package string + TestRecursive bool + Timeout uint + Verbose bool