Eliminate byte buffer, copy scanner.Bytes directly

This commit is contained in:
Cameron Sparr
2016-04-07 16:09:12 -06:00
parent be379f3dac
commit 07f0d561dc
2 changed files with 6 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ func NewTestStatsd() *Statsd {
s.timings = make(map[string]cachedtimings)
s.MetricSeparator = "_"
s.UDPPacketSize = UDP_PACKET_SIZE
return &s
}