devnoop

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

package devnoop provides an io.ReadWriteCloser that never errors and always reports reads / writes to / from buffers as complete. The buffers themselves are never touched.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dev

type Dev struct{}

func Get

func Get() Dev

func (Dev) Close

func (Dev) Close() error

func (Dev) Read

func (Dev) Read(p []byte) (n int, err error)

func (Dev) Write

func (Dev) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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