nop

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2021 License: MIT Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL