Searched defs:countWriter (Results 1 – 1 of 1) sorted by relevance
426 type countWriter struct { struct427 w io.Writer428 count int64431 func (w *countWriter) Write(p []byte) (int, error) {