Unverified Commit db416655 authored by Will's avatar Will Committed by GitHub

Merge pull request #79 from fhs/plan9

Fix build on Plan 9
parents 5f73bcc6 f0ab767c
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