diff options
Diffstat (limited to 'plugin/file/file.go')
-rw-r--r-- | plugin/file/file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/file/file.go b/plugin/file/file.go index 40ebbedf7..2fe4b1644 100644 --- a/plugin/file/file.go +++ b/plugin/file/file.go @@ -18,8 +18,8 @@ var log = clog.NewWithPlugin("file") type ( // File is the plugin that reads zone data from disk. File struct { - Next plugin.Handler - Zones Zones + Next plugin.Handler + Zones } // Zones maps zone names to a *Zone. |