mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
		
			
				
	
	
		
			10 lines
		
	
	
		
			137 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			137 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package main
 | |
| 
 | |
| //go:generate go run directives_generate.go
 | |
| 
 | |
| import "github.com/coredns/coredns/coremain"
 | |
| 
 | |
| func main() {
 | |
| 	coremain.Run()
 | |
| }
 |