mirror of
https://github.com/coredns/coredns.git
synced 2025-09-27 00:21:41 +02:00
@zouyee has added himself to CODEOWNERS, run go generate to update the author list for the chaos plugin. Signed-off-by: Miek Gieben <miek@miek.nl>
5 lines
376 B
Go
5 lines
376 B
Go
package chaos
|
|
|
|
// Owners are all GitHub handlers of all maintainers.
|
|
var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang", "zouyee"}
|