Liu Song’s Projects


~/Projects/go-shadowsocks2

git clone https://code.lsong.org/go-shadowsocks2

Commit

Commit
de841730eef5c62aa366d9c3900497d5cc2d63d8
Author
Riobard <[email protected]>
Date
2017-08-26 15:18:15 +0800 +0800
Diffstat
 README.md | 2 ++

Added Go 1.9 requirement.


diff --git a/README.md b/README.md
index 52e7b17ec5fe9df76379eba35b967dc4ae9a8d76..51bfc77f3185219f549b9e6cab8b89bc88dfdabd 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@
 
 ## Install
 
+Requires Go >= 1.9.
+
 ```sh
 go get -u -v github.com/riobard/go-shadowsocks2
 ```