Retracted: Phantom path (tilde). The natural retraction tag v4~/v1.18.2
is an invalid git ref name, so this retraction is published as the root tag
v1.18.2 instead — which is how this path is already keyed (its versions are
the repo's v1.x root tags).
type Process interface {
// Executes a process to completion Exec(*Executable) error// Creates a new process Fork(*Executable) (*PID, error)
// Kills the process Kill(*PID) error// Waits for a process to exit Wait(*PID) error
}