Add shadowsocks tests
This commit is contained in:
12
test/clash_other_test.go
Normal file
12
test/clash_other_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !darwin
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/netip"
|
||||
)
|
||||
|
||||
func defaultRouteIP() (netip.Addr, error) {
|
||||
return netip.Addr{}, errors.New("not supported")
|
||||
}
|
||||
Reference in New Issue
Block a user