8 lines
75 B
Go
8 lines
75 B
Go
//go:build !android
|
|
|
|
package libbox
|
|
|
|
type RawNetwork interface {
|
|
stub()
|
|
}
|