Searched refs:nopCloser (Results 1 – 4 of 4) sorted by relevance
86 type nopCloser struct{ io.Writer } argument88 func (nopCloser) Close() error { return nil } argument105 t.w = nopCloser{&t.buf}
109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil },
410 type nopCloser struct { struct414 func (w nopCloser) Close() error { argument
51 type nopCloser struct { struct55 func (nopCloser) Close() error { argument547 currentWriter = nopCloser{zw}