From 66d9ea7cca6d310d6e06d16fe46bb8996edcb30c Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 2 Jun 2023 15:15:37 +0300 Subject: [PATCH] querylog: imp docs --- internal/querylog/csv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/querylog/csv.go b/internal/querylog/csv.go index dd7ceec8..d985a0ac 100644 --- a/internal/querylog/csv.go +++ b/internal/querylog/csv.go @@ -9,8 +9,8 @@ import ( "github.com/miekg/dns" ) -// csvHeaderRow is a slice of strings with row names for CSV header. This -// slice should correspond with [logEntry.toCSV] func. +// csvHeaderRow is a slice of strings with column names for CSV header row. +// This slice should correspond with [logEntry.toCSV] func. var csvHeaderRow = []string{ "ans_dnssec", "ans_rcode",