mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
plugin/reload: reflow documentation (#3313)
* plugin/reload: reflow documentation For some reason these we're all bullets points, which made for awkward reading. Signed-off-by: Miek Gieben <miek@miek.nl> * typo Signed-off-by: Miek Gieben <miek@miek.nl> * Update plugin/reload/README.md Co-Authored-By: Michael Grosser <development@stp-ip.net>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package reload periodically checks if the Corefile has changed, and reloads if so.
|
||||
package reload
|
||||
|
||||
import (
|
||||
@@ -11,7 +12,6 @@ import (
|
||||
"github.com/caddyserver/caddy/caddyfile"
|
||||
)
|
||||
|
||||
// reload periodically checks if the Corefile has changed, and reloads if so
|
||||
const (
|
||||
unused = 0
|
||||
maybeUsed = 1
|
||||
|
||||
Reference in New Issue
Block a user