You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename
* `newNopCloser()` → `newReaderNopCloser()`
* `nopCloser` → `readerNopCloser`
* `nopCloserWriterTo` → `readerWriterToNopCloser`
* `nopWriteCloser` → `writerNopCloser`
to help keep readers and writers straight and because only the
`Close()` part is a NOP.
* Move `writerNopCloser` to `nop_closer.go` to be with its siblings.
0 commit comments