List of currently running process in Go
04:46 27 Jan 2012

How can I get the list of currently running processes in Go?

The OS package provides some functions: http://golang.org/pkg/os/ but doesn't give anything to see the list of running processes.

go