mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
9 lines
124 B
Go
9 lines
124 B
Go
|
//go:build !go1.20
|
||
|
// +build !go1.20
|
||
|
|
||
|
package mobile
|
||
|
|
||
|
func setMemLimitIfPossible() {
|
||
|
// not supported by this Go version
|
||
|
}
|