2019-06-12 13:12:00 +02:00

12 lines
137 B
Go

// +build wasm
package reuseport
import (
"syscall"
)
func Control(network, address string, c syscall.RawConn) error {
return nil
}