mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 01:15:41 +08:00
10 lines
156 B
Go
10 lines
156 B
Go
//go:build !linux && !darwin
|
|
|
|
package sockopt
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
func control(opt *Options) func(string, string, syscall.RawConn) error { return nil }
|