mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547)
This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
This commit is contained in:
@@ -2,7 +2,7 @@ package main
|
||||
|
||||
//go:generate go run directives_generate.go
|
||||
|
||||
import "github.com/miekg/coredns/coremain"
|
||||
import "github.com/coredns/coredns/coremain"
|
||||
|
||||
func main() {
|
||||
coremain.Run()
|
||||
|
||||
Reference in New Issue
Block a user