mirror of
https://github.com/coredns/coredns.git
synced 2025-09-21 05:31:03 +02:00
8 lines
95 B
Go
8 lines
95 B
Go
package main
|
|
|
|
import "github.com/miekg/coredns/core/coremain"
|
|
|
|
func main() {
|
|
coremain.Run()
|
|
}
|