How can I get the list of currently running processes in golang under Windows?
I need something like:
List of currently running process in Golang
but usable under Windows too.
I just implemented the function you need (EnumProcess as axw stated above). Check out https://github.com/AllenDang/w32. You might want to wait until my pull request is through :) An example on how to use: https://gist.github.com/3083408
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With