auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot] 2021-08-02 10:29:33 +00:00
parent 9d5b8cd13d
commit 4c41c49a93

View file

@ -11,8 +11,8 @@ import (
// Namespace is a stripped down api.Namespace with only the items we need for CoreDNS.
type Namespace struct {
// Don't add new fields to this struct without talking to the CoreDNS maintainers.
Version string
Name string
Version string
Name string
*Empty
}