mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 16:50:58 +00:00 
			
		
		
		
	add ./ to imports where necessary
R=r DELTA=51 (4 added, 4 deleted, 43 changed) OCL=30759 CL=30778
This commit is contained in:
		
							parent
							
								
									7de4883412
								
							
						
					
					
						commit
						cf370a6206
					
				
					 12 changed files with 15 additions and 15 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
| package main | ||||
| 
 | ||||
| import ( | ||||
| 	"file"; | ||||
| 	"./file"; | ||||
| 	"flag"; | ||||
| 	"fmt"; | ||||
| 	"os"; | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| package main | ||||
| 
 | ||||
| import ( | ||||
| 	"file"; | ||||
| 	"./file"; | ||||
| 	"flag"; | ||||
| 	"fmt"; | ||||
| 	"os"; | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| package main | ||||
| 
 | ||||
| import ( | ||||
| 	"file"; | ||||
| 	"./file"; | ||||
| 	"fmt"; | ||||
| 	"os"; | ||||
| ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Russ Cox
						Russ Cox