Fix: static check

This commit is contained in:
Dreamacro 2020-11-19 00:56:36 +08:00
parent 0402878daa
commit 97581148b5

View File

@ -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")
}