Purge another trace of ext -> pbutil.

This commit is contained in:
beorn7 2015-04-07 15:19:47 +02:00
parent 419b21ce61
commit 63acb006f7
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ func EnableCollectChecks(b bool) {
// encoder is a function that writes a dto.MetricFamily to an io.Writer in a
// certain encoding. It returns the number of bytes written and any error
// encountered. Note that ext.WriteDelimited and text.MetricFamilyToText are
// encoders.
// encountered. Note that pbutil.WriteDelimited and pbutil.MetricFamilyToText
// are encoders.
type encoder func(io.Writer, *dto.MetricFamily) (int, error)
type registry struct {