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