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