Versions in this module Expand all Collapse all v0 v0.5.0 Jul 21, 2026 Changes in this version + func Listening(ctx context.Context, exec Exec, port int) (bool, error) + func Trim(s string) string + type Exec func(ctx context.Context, cmd []string) (output string, exitCode int, err error)