mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build !go1.20
 | 
						|
// +build !go1.20
 | 
						|
 | 
						|
package mobile
 | 
						|
 | 
						|
func setMemLimitIfPossible() {
 | 
						|
	// not supported by this Go version
 | 
						|
}
 |