mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 21:04:46 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
//go:build darwin
|
|
|
|
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
)
|