Test: add basic protocol benchmark
This commit is contained in:
12
test/util_other_test.go
Normal file
12
test/util_other_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
// +build !darwin
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
)
|
||||
|
||||
func defaultRouteIP() (net.IP, error) {
|
||||
return nil, errors.New("not supported")
|
||||
}
|
Reference in New Issue
Block a user