package tx import "errors" var ( ErrNoInputProvided = errors.New("no input provided") ErrNotTerminal = errors.New("not terminal") )