github.com/yggdrasil-network/yggdrasil-go@v0.5.6/contrib/mobile/mobile_mem_other.go (about)

     1  //go:build !go1.20
     2  // +build !go1.20
     3  
     4  package mobile
     5  
     6  func setMemLimitIfPossible() {
     7  	// not supported by this Go version
     8  }