mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-19 08:28:06 +08:00
Fix: static check
This commit is contained in:
parent
9c80233034
commit
00ecdf0afc
@ -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