clio

package module
v0.0.0-...-ee2bd6b Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	io.ReadCloser
	CleanUp() error
}

func NewFileReader

func NewFileReader(name string) (Reader, error)

func NewStdReader

func NewStdReader() (Reader, error)

func NewStringReader

func NewStringReader(s string) (Reader, error)

type Writer

type Writer interface {
	io.WriteCloser
	CleanUp() error
}

func NewFileWriter

func NewFileWriter(name string) (Writer, error)

func NewStdWriter

func NewStdWriter() (Writer, error)

Jump to

Keyboard shortcuts

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