fileutils

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBaseFilename

func GetBaseFilename(filename string) string

func InstantiateFromFile

func InstantiateFromFile(filename string, o FileReader) (err error)

func WriteToFile

func WriteToFile(filename string, o FileWriter) (err error)

Types

type FileReader

type FileReader interface {
	GetFromReader(r io.Reader) error
}

type FileWriter

type FileWriter interface {
	OutputToWriter(w io.Writer) error
}

Jump to

Keyboard shortcuts

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