This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
9 lines
137 B
Go
9 lines
137 B
Go
package main
|
|
|
|
//go:generate go run directives_generate.go
|
|
|
|
import "github.com/coredns/coredns/coremain"
|
|
|
|
func main() {
|
|
coremain.Run()
|
|
}
|