mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !linux && !darwin && !windows && !freebsd
 | |
| 
 | |
| // This file is used to detect build on unsupported GOOS/GOARCH combinations.
 | |
| 
 | |
| package your_operating_system_is_not_supported_by_delve
 | 
