mirror of
https://github.com/libp2p/go-reuseport.git
synced 2025-09-26 19:01:11 +08:00
Fix build on Plan 9
All tests are passing.
This commit is contained in:
9
control_plan9.go
Normal file
9
control_plan9.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package reuseport
|
||||||
|
|
||||||
|
import (
|
||||||
|
"syscall"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Control(network, address string, c syscall.RawConn) error {
|
||||||
|
return nil
|
||||||
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
// +build !windows,!wasm
|
// +build !plan9,!windows,!wasm
|
||||||
|
|
||||||
package reuseport
|
package reuseport
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user