mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 08:52:47 +03:00
9 lines
85 B
Go
9 lines
85 B
Go
//go:build darwin
|
|
|
|
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
)
|