mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			177 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build darwin && !amd64 && !arm64
 | |
| 
 | |
| // This file is used to detect build on unsupported GOOS/GOARCH combinations.
 | |
| 
 | |
| package your_darwin_architecture_is_not_supported_by_delve
 | 
