aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/handler.go
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-09-12 10:30:25 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-09-12 10:30:25 +0000
commit630fa4786ae295c75dd240cea61d15777fb64db1 (patch)
treeeb9055347a0af993c18263ba2259df8c15d41d6c /plugin/dnstap/handler.go
parent9b7c046fc3c88d4407e0c1b7272b27851bb1eaaa (diff)
downloadcoredns-630fa4786ae295c75dd240cea61d15777fb64db1.tar.gz
coredns-630fa4786ae295c75dd240cea61d15777fb64db1.tar.zst
coredns-630fa4786ae295c75dd240cea61d15777fb64db1.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to '')
-rw-r--r--plugin/dnstap/handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go
index e8a1fbc4a..a4b1acff0 100644
--- a/plugin/dnstap/handler.go
+++ b/plugin/dnstap/handler.go
@@ -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.