mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Move to logging package (#191)
* Updating comment to remove references to Caddy * Updating README to mark TODO items complete * Changing all debug print statements over to use logging package
This commit is contained in:
		
				
					committed by
					
						 Miek Gieben
						Miek Gieben
					
				
			
			
				
	
			
			
			
						parent
						
							3f4ec783d2
						
					
				
				
					commit
					3ba86f2421
				
			| @@ -1,7 +1,6 @@ | ||||
| package nametemplate | ||||
|  | ||||
| import ( | ||||
| 	"fmt" | ||||
| 	"strings" | ||||
| 	"testing" | ||||
| ) | ||||
| @@ -21,7 +20,6 @@ var exampleTemplates = map[string][]int{ | ||||
| } | ||||
|  | ||||
| func TestSetTemplate(t *testing.T) { | ||||
| 	fmt.Printf("\n") | ||||
| 	for s, expectedValue := range exampleTemplates { | ||||
|  | ||||
| 		n := new(NameTemplate) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user