mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-13 04:13:16 +00:00
10 lines
131 B
Go
10 lines
131 B
Go
|
//go:build !with_wireguard
|
||
|
|
||
|
package dialer
|
||
|
|
||
|
import (
|
||
|
"github.com/sagernet/sing/common/control"
|
||
|
)
|
||
|
|
||
|
var wgControlFns []control.Func
|