 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package nop provides functions for creating no operation close methods.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
type ReadCloser interface {
	io.ReadCloser
}
    func NewReadCloser ¶
func NewReadCloser(r io.Reader) ReadCloser
type WriteCloser ¶
type WriteCloser interface {
	io.WriteCloser
}
    func NewWriteCloser ¶
func NewWriteCloser(r io.Writer) WriteCloser
 Click to show internal directories. 
   Click to hide internal directories.