diff --git a/probe/endpoint/dns_snooper_linux_amd64.go b/probe/endpoint/dns_snooper_linux_amd64.go index 3963b60bd..2a9d6be58 100644 --- a/probe/endpoint/dns_snooper_linux_amd64.go +++ b/probe/endpoint/dns_snooper_linux_amd64.go @@ -26,8 +26,7 @@ const ( type DNSSnooper struct { stop chan struct{} pcapHandle *pcap.Handle - // gcache is goroutine-safe, but the - // values cached values aren't + // gcache is goroutine-safe, but the cached values aren't reverseDNSMutex sync.RWMutex reverseDNSCache gcache.Cache decodingErrorCounts map[string]uint64 // for limiting