be

package
v0.0.0-...-f144b2e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Failer

type Failer interface {
	Fatal(args ...any)
}

type Outcome

type Outcome string

func Equal

func Equal[T comparable](want, got T) *Outcome

func GreaterThan

func GreaterThan[T constraints.Ordered](a, b T) *Outcome

func GreaterThanOrEqual

func GreaterThanOrEqual[T constraints.Ordered](a, b T) *Outcome

func LessThan

func LessThan[T constraints.Ordered](a, b T) *Outcome

func LessThanOrEqual

func LessThanOrEqual[T constraints.Ordered](a, b T) *Outcome

func (*Outcome) Run

func (o *Outcome) Run(t Failer, msg string, args ...any)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL