mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +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 {
|
||||
return errors.New("Not supported on current platform")
|
||||
return errors.New("not supported on current platform")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user