mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 06:17:00 +02: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()
|
|
}
|