io

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IoUtil

type IoUtil struct {
}

func (*IoUtil) AppendLines

func (f *IoUtil) AppendLines(pathname string, lines []string) error

func (*IoUtil) AppendText

func (f *IoUtil) AppendText(pathname string, text string) error

func (*IoUtil) DeleteFile

func (f *IoUtil) DeleteFile(pathname string) error

func (*IoUtil) ReadLines

func (f *IoUtil) ReadLines(pathname string) ([]string, error)

func (*IoUtil) ReadText

func (f *IoUtil) ReadText(pathname string) (string, error)

func (*IoUtil) WriteLines

func (f *IoUtil) WriteLines(pathname string, lines []string) error

func (*IoUtil) WriteText

func (f *IoUtil) WriteText(pathname string, text string) error

Jump to

Keyboard shortcuts

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