ioutil

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LimitedWriter

type LimitedWriter struct {
	// contains filtered or unexported fields
}

LimitedWriter simply is a writer that will return errors once its buffer is filled This is esecially useful when you want to limit the output of a given writer

func NewLimitedWriter

func NewLimitedWriter(b []byte) *LimitedWriter

func (*LimitedWriter) Get

func (l *LimitedWriter) Get() []byte

func (*LimitedWriter) Write

func (l *LimitedWriter) 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