Searched defs:countWriter (Results 1 – 1 of 1) sorted by relevance
418 type countWriter struct { struct419 w io.Writer420 count int64423 func (w *countWriter) Write(p []byte) (int, error) {