mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
* Initial commit for the corefile-tool cli for the migration tool * cleanup implementation * nit * add fn to get corefile path * add released command and improve readme
7 lines
114 B
Go
7 lines
114 B
Go
package main
|
|
|
|
import "github.com/coredns/deployment/kubernetes/corefile-tool/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|