shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.51k stars 1.41k forks source link

Use the new go install syntax in the README #245

Closed ShadiestGoat closed 1 year ago

ShadiestGoat commented 1 year ago

Since a while ago, go no longer supports use of go get to install binaries. Use the new go install command for the README instead!

donghaoahahahah commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

ShadiestGoat commented 1 year ago

Forgot to mention - this closes #242 and #243

riobard commented 1 year ago

@ShadiestGoat Thanks!