mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-27 02:00:08 +00:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !android
|
|
|
|
package libbox
|
|
|
|
type RawNetwork interface {
|
|
stub()
|
|
}
|