auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot] 2022-09-12 10:30:25 +00:00
parent 9b7c046fc3
commit 630fa4786a

View file

@ -18,8 +18,8 @@ type Dnstap struct {
// IncludeRawMessage will include the raw DNS message into the dnstap messages if true.
IncludeRawMessage bool
Identity []byte
Version []byte
Identity []byte
Version []byte
}
// TapMessage sends the message m to the dnstap interface.