update README to motivate without cgo.

This commit is contained in:
Shirou WAKAYAMA 2014-04-23 12:53:27 +09:00
parent 794b848a54
commit ddb8d95269
1 changed files with 4 additions and 2 deletions

View File

@ -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
---------