add readme

This commit is contained in:
mykola2312 2024-11-25 14:42:15 +02:00
parent d54b6912f0
commit c908ee8b6e

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# proc4unix
Go module to provide functions for querying process state (such as running, stop, idle or zombie).
Currently implemented for:
- FreeBSD
- Linux
Functionality and platform coverage will be expanded as my needs grow.