mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Fix: static check
This commit is contained in:
parent
0402878daa
commit
97581148b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue