Fix build on Plan 9

All tests are passing.
parent 5f73bcc6
package reuseport
import (
"syscall"
)
func Control(network, address string, c syscall.RawConn) error {
return nil
}
// +build !windows,!wasm
// +build !plan9,!windows,!wasm
package reuseport
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment