mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 22:37:03 +02:00
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat
3 lines
81 B
Go
3 lines
81 B
Go
// Package test contains helper functions for writing plugin tests.
|
|
package test
|