Versions in this module Expand all Collapse all v1 v1.2.1 Feb 26, 2026 v1.1.0 Feb 26, 2026 Changes in this version + func Die(msg string) + func DieIf(err error) + func DieIfWithMsg(err error, msg string) + func Dief(format string, args ...interface{}) + func WarnIf(err error) + func WarnIfWithMsg(err error, msg string) + func Wrap(err error, context string) error + func Wrapf(err error, format string, args ...interface{}) error + type ErrBranchExists struct + Branch string + func (e ErrBranchExists) Error() string + type ErrBranchNotFound struct + Branch string + func (e ErrBranchNotFound) Error() string + type ErrConfigNotFound struct + func (e ErrConfigNotFound) Error() string + type ErrInvalidCommand struct + Command string + Valid []string + func (e ErrInvalidCommand) Error() string + type ErrInvalidConfig struct + Key string + Reason string + func (e ErrInvalidConfig) Error() string + type ErrNotInGitRepo struct + func (e ErrNotInGitRepo) Error() string + type ErrSessionExists struct + Session string + func (e ErrSessionExists) Error() string + type ErrSessionNotFound struct + Session string + func (e ErrSessionNotFound) Error() string + type ErrWorktreeExists struct + Path string + func (e ErrWorktreeExists) Error() string + type ErrWorktreeNotFound struct + Path string + func (e ErrWorktreeNotFound) Error() string