From c908ee8b6eec12c79c24fcac5c8c04ef4b97441e Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:42:15 +0200 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..513be4f --- /dev/null +++ b/README.md @@ -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. +