mitchellh / go-ps

Find, list, and inspect processes from Go (golang).
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
1.47k stars 251 forks source link

Cross-compiling for process_darwin.h #16

Closed hoffoo closed 8 years ago

hoffoo commented 8 years ago

I see in the file comment that it is possible to replace the cgo portion with go. What would that involve? I am interested as this causes an issue for us in nomad here https://github.com/hashicorp/nomad/issues/1545

Thanks!

hoffoo commented 8 years ago

thanks!