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