Commit 226b21bb authored by Matt Joiner's avatar Matt Joiner

Fix build on wasm

parent 8e4e73d6
// +build !windows
// +build !windows,!wasm
package reuseport
......
package reuseport
import (
"syscall"
)
func Control(network, address string, c syscall.RawConn) error {
return nil
}
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