mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 06:22:21 +08:00
12 lines
116 B
Go
12 lines
116 B
Go
//go:build !linux
|
|
|
|
package libbox
|
|
|
|
import (
|
|
"net"
|
|
)
|
|
|
|
func linkFlags(rawFlags uint32) net.Flags {
|
|
panic("stub!")
|
|
}
|