mirror of
https://github.com/coredns/coredns.git
synced 2025-11-06 03:56:24 -05:00
8 lines
115 B
Go
8 lines
115 B
Go
|
|
package xds
|
||
|
|
|
||
|
|
import (
|
||
|
|
clog "github.com/coredns/coredns/plugin/pkg/log"
|
||
|
|
)
|
||
|
|
|
||
|
|
var log = clog.NewWithPlugin("traffic")
|