update README to motivate without cgo.
This commit is contained in:
parent
794b848a54
commit
ddb8d95269
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Reference in New Issue