This commit is contained in:
Michael Grosser
2019-07-28 10:03:46 +00:00
committed by GitHub
parent 4ecc9c4c43
commit 5a2a422b38

View File

@@ -46,7 +46,7 @@ faster.
A new plugin is (usually) about 1000 lines of Go. This includes tests and some plugin boiler
plate. This is a considerable amount of code and will take time to review. To prevent too much back and
forth it is advisable to start with the plugin's `README.md`; This will be it's main documentation and will help
forth it is advisable to start with the plugin's `README.md`; This will be its main documentation and will help
nail down the correct name of the plugin and its various config options.
From there it can work its way through the rest (`setup.go`, the `ServeDNS` handler function,