aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/nsec3_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07presubmit: check for uppercase (#1774)Gravatar Miek Gieben 1-2/+2
Another thing we can test automatically, we sorta settled on using an uppercase letter in in t.Log and t.Fatal calls. Let's just check for this.
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+28
* 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