ioutil

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 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 CloseableByteBuffer

type CloseableByteBuffer struct {
	*bytes.Buffer
}

CloseableByteBuffer it's a bytes.Buffer that implements io.Closer

func CreateCloseableBufferString

func CreateCloseableBufferString(data string) *CloseableByteBuffer

CreateCloseableBufferString creates a CloseableByteBuffer from a string

func (*CloseableByteBuffer) Close

func (bb *CloseableByteBuffer) Close() error

Close is a no-op for a string io.Buffer

Jump to

Keyboard shortcuts

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