mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
9 lines
127 B
Go
9 lines
127 B
Go
//go:build (darwin && !cgo) || !darwin
|
|
|
|
package memory
|
|
|
|
const nativeAvailable = false
|
|
|
|
func usageNative() uint64 {
|
|
return 0
|
|
}
|