mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	Tidy up most errors and warnings from lint tools. (#165)
This commit is contained in:
		| @@ -24,7 +24,7 @@ func TestOtherLookup(t *testing.T) { | ||||
| 		m := tc.Msg() | ||||
|  | ||||
| 		rec := middleware.NewResponseRecorder(&test.ResponseWriter{}) | ||||
| 		_, err := etc.ServeDNS(ctx, rec, m) | ||||
| 		_, err := etc.ServeDNS(ctxt, rec, m) | ||||
| 		if err != nil { | ||||
| 			t.Errorf("expected no error, got %v\n", err) | ||||
| 			continue | ||||
|   | ||||
		Reference in New Issue
	
	Block a user