From 97581148b5312da1368fa7c9e9ae1904f72adcad Mon Sep 17 00:00:00 2001 From: Dreamacro <8615343+Dreamacro@users.noreply.github.com> Date: Thu, 19 Nov 2020 00:56:36 +0800 Subject: [PATCH] Fix: static check --- proxy/redir/tproxy_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/redir/tproxy_other.go b/proxy/redir/tproxy_other.go index 88e4de50b..c20ea7d72 100644 --- a/proxy/redir/tproxy_other.go +++ b/proxy/redir/tproxy_other.go @@ -8,5 +8,5 @@ import ( ) func setsockopt(rc syscall.RawConn, addr string) error { - return errors.New("Not supported on current platform") + return errors.New("not supported on current platform") }