From 7b991b8135166c7fc81b65665a2f35c7a1966cfc Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Thu, 5 May 2016 00:08:50 +0900 Subject: [PATCH] add `requirement` to README.rst. --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b96fd5f..9ebcfb9 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ gopsutil: psutil for golang :target: http://godoc.org/github.com/shirou/gopsutil This is a port of psutil (http://pythonhosted.org/psutil/). The challenge is porting all -psutil functions on some architectures... +psutil functions on some architectures. .. highlights:: Breaking Changes! @@ -77,6 +77,11 @@ Documentation see http://godoc.org/github.com/shirou/gopsutil +Requrement +----------------- + +- go1.5 or above is required. + More Info --------------------