Versions in this module Expand all Collapse all v1 v1.4.0 Sep 13, 2026 v1.3.1 Sep 8, 2026 v1.3.0 Sep 5, 2026 Changes in this version + var ErrOutputLimit = errors.New("command output exceeds limit") + func Run(ctx context.Context, executable string, env []string, args ...string) ([]byte, error) + func RunWithLimits(parent context.Context, timeout time.Duration, outputLimit int, ...) ([]byte, error)