Unverified Commit f3425833 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #59 from libp2p/restore-wasm

Fix build on wasm
parents 8e4e73d6 226b21bb
// +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