status-go/vendor/github.com/libp2p/go-reuseport/control_wasm.go

12 lines
137 B
Go
Raw Normal View History

2019-06-09 07:24:20 +00:00
// +build wasm
package reuseport
import (
"syscall"
)
func Control(network, address string, c syscall.RawConn) error {
return nil
}