mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-29 01:04:15 -04:00 
			
		
		
		
	Fix unsorted imports (#2561)
Imports should be sorted by Go coding convention
This commit is contained in:
		
				
					committed by
					
						 Miek Gieben
						Miek Gieben
					
				
			
			
				
	
			
			
			
						parent
						
							8d09cb243f
						
					
				
				
					commit
					35982bd27d
				
			| @@ -5,8 +5,8 @@ import ( | |||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/coredns/coredns/plugin/test" |  | ||||||
| 	"github.com/coredns/coredns/plugin/file" | 	"github.com/coredns/coredns/plugin/file" | ||||||
|  | 	"github.com/coredns/coredns/plugin/test" | ||||||
|  |  | ||||||
| 	"github.com/miekg/dns" | 	"github.com/miekg/dns" | ||||||
| ) | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user