diff options
author | 2019-04-08 11:13:46 +0100 | |
---|---|---|
committer | 2019-04-08 11:13:46 +0100 | |
commit | 58c703f5ef212e3c9efbe31fa4d9332eb268ff0d (patch) | |
tree | 3112337a52a83c8fbd0c415c4eb584926a7a68e1 /plugin/chaos/zowners.go | |
parent | e3f9a80b1d5a112907a012acee276e9080b32852 (diff) | |
download | coredns-58c703f5ef212e3c9efbe31fa4d9332eb268ff0d.tar.gz coredns-58c703f5ef212e3c9efbe31fa4d9332eb268ff0d.tar.zst coredns-58c703f5ef212e3c9efbe31fa4d9332eb268ff0d.zip |
Run gofmt -w -s on codebase (#2773)
This formats and simplifies all code by running gofmt -w -s on all Go
files.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/chaos/zowners.go')
-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 c3668600e..272d98655 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", "dilyevsky", "ekleiner", "fastest963", "fturib", "greenpau", "grobie", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"}
\ No newline at end of file +var Owners = []string{"bradbeam", "chrisohaver", "dilyevsky", "ekleiner", "fastest963", "fturib", "greenpau", "grobie", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"} |