Searched defs:nopCloser (Results 1 – 3 of 3) sorted by relevance
437 type nopCloser struct { struct438 io.Writer441 func (w nopCloser) Close() error {
86 type nopCloser struct{ io.Writer } struct88 func (nopCloser) Close() error { return nil }
63 type nopCloser struct { struct64 io.Writer67 func (nopCloser) Close() error {