Repository update is necessary
AliAkhtari78 opened this issue · 0 comments
AliAkhtari78 commented
the readme.MD file and update the line that is about installing the package should be updated:
- go get -u -v github.com/shadowsocks/go-shadowsocks2
the go get is no longer supported and the correct one can be this one: - go install github.com/shadowsocks/go-shadowsocks2@latest
Thank you.