12 lines
137 B
Go
Raw Normal View History

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