From ddb8d95269c5426cedfbc469c5a0cb8bdde2e859 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Wed, 23 Apr 2014 12:53:27 +0900 Subject: [PATCH] update README to motivate without cgo. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e81f075..4628bd5 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,6 @@ gopsutil: psutil for golang This is a port of psutil(http://pythonhosted.org/psutil/). This challenges porting all psutil functions on some architectures. - - Available archtectures ------------------------------------ @@ -15,6 +13,10 @@ Available archtectures (I do not have a darwin machine) + +All works are implemented without cgo by porting c struct to golang struct. + + usage ---------