diff options
author | 2019-11-15 15:45:09 +0000 | |
---|---|---|
committer | 2019-11-15 07:45:09 -0800 | |
commit | 4831e7f9477dcdc7847b0a76fab09fcd17447bb2 (patch) | |
tree | 4ef3ab4bb73ecc0775a8648521fe944647a3f298 /plugin | |
parent | 1e3330c12b285de45888942d8dd69c6e4253098e (diff) | |
download | coredns-4831e7f9477dcdc7847b0a76fab09fcd17447bb2.tar.gz coredns-4831e7f9477dcdc7847b0a76fab09fcd17447bb2.tar.zst coredns-4831e7f9477dcdc7847b0a76fab09fcd17447bb2.zip |
bufsize: go gen and docs (#3449)
Run 'go generate' and 'make -f Makefile.doc' to generate the chaos
plugin author list and update the manual pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/chaos/zowners.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/chaos/zowners.go b/plugin/chaos/zowners.go index c423fc0c4..d7ec383db 100644 --- a/plugin/chaos/zowners.go +++ b/plugin/chaos/zowners.go @@ -1,4 +1,4 @@ package chaos // Owners are all GitHub handlers of all maintainers. -var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"} +var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang"} |