mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	all: fix plugin import ordering (#1717)
Got a bit messed up with stb lib "context" usage.
This commit is contained in:
		| @@ -3,6 +3,7 @@ | ||||
| package etcd | ||||
|  | ||||
| import ( | ||||
| 	"context" | ||||
| 	"encoding/json" | ||||
| 	"testing" | ||||
| 	"time" | ||||
| @@ -14,8 +15,6 @@ import ( | ||||
| 	"github.com/coredns/coredns/plugin/proxy" | ||||
| 	"github.com/coredns/coredns/plugin/test" | ||||
|  | ||||
| 	"context" | ||||
|  | ||||
| 	etcdc "github.com/coreos/etcd/client" | ||||
| 	"github.com/miekg/dns" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user