mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 12:57:36 +03:00
7 lines
75 B
Go
7 lines
75 B
Go
//go:build !android
|
|
|
|
package libbox
|
|
|
|
type RawNetwork interface {
|
|
stub()
|
|
}
|