Golang processes

From wikinotes
Revision as of 02:56, 8 June 2022 by Will (talk | contribs) (Created page with " = Documentation = <blockquote> {| class="wikitable" |- | <code>os</code> || https://pkg.go.dev/os@go1.18.3 |- |} </blockquote><!-- Documentation --> = Current Process = <blo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

os https://pkg.go.dev/os@go1.18.3

Current Process

os.Executable()
os.Getpid()
os.Getppid()
os.Getuid()
os.Getgid()
os.Exit()

Manage Processes

os.Process.FindProcess()
os.Process.Kill()
os.Process.Signal()

Subprocess

os.Process.StartProcess

ProcAttr
Process

Process Info