mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
Fix: static check
This commit is contained in:
parent
0402878daa
commit
97581148b5
@ -8,5 +8,5 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func setsockopt(rc syscall.RawConn, addr string) error {
|
func setsockopt(rc syscall.RawConn, addr string) error {
|
||||||
return errors.New("Not supported on current platform")
|
return errors.New("not supported on current platform")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user