mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-05 05:27:31 +00:00
Fix: static check
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user