You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently im working on converting some python code to Go. The code heavily uses psutil and is mainly windows focused. i am fairly new to Go but would be willing to help add process individual network connections and other windows functionality to this project.
I was wondering if any work has been started and if you could point me in the direction of some information to get me started
Thanks
The text was updated successfully, but these errors were encountered:
I write win-netstat to get windows process connections, similar gopsutil linux net package, you can read. If it is helpful to you, you can reference to it. Or you can tell me, and i will submit PR to gopsutil implements it.
Currently im working on converting some python code to Go. The code heavily uses psutil and is mainly windows focused. i am fairly new to Go but would be willing to help add process individual network connections and other windows functionality to this project.
I was wondering if any work has been started and if you could point me in the direction of some information to get me started
Thanks
The text was updated successfully, but these errors were encountered: