mirror of
https://github.com/coredns/coredns.git
synced 2026-04-05 03:35:33 -04:00
10 lines
137 B
Go
10 lines
137 B
Go
|
|
//go:build !windows
|
||
|
|
|
||
|
|
package coremain
|
||
|
|
|
||
|
|
import "github.com/coredns/caddy"
|
||
|
|
|
||
|
|
func runService(instance *caddy.Instance) {
|
||
|
|
instance.Wait()
|
||
|
|
}
|