mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 02:33:21 -05: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()
 | 
						|
}
 |