package states

Import Path
	github.com/pancsta/asyncmachine-go/internal/testing/states (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files ss_rel.go
Package-Level Type Names (only one)
/* sort by: | */
S is a type alias for a list of state names.
Package-Level Functions (only one)
Package-Level Variables (total 2)
Names is an ordered list of all the state names.
States map defines relations and properties of states. TODO rename to rel
Package-Level Constants (total 4)
const A = "A"
const B = "B"
const C = "C"
const D = "D"