List of currently running process in Go
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.