mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 08:40:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			46 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			46 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package A
 | |
| 
 | |
| import (
 | |
| 	B "b";
 | |
| 	C "c";
 | |
| 	D "d";
 | |
| )
 | 
