mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-18 18:43:37 +03: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!")
|
|
}
|