mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-23 12:49:51 +03:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !android
|
|
|
|
package libbox
|
|
|
|
type RawNetwork interface {
|
|
stub()
|
|
}
|