filex

package
v1.5.4 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2026 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 FileX

type FileX interface {
	EnsureDir(dir string) error
	WriteFile(filename string, data []byte) error
	ReadFile(filename string) string
	Getwd() (string, error)
	Chdir(dir string) error
	IsExist(filename string) bool
	IsDirExist(dir string) bool
}

FileX is the interface

func NewFileX

func NewFileX() FileX

NewFileX is new instance with func

Jump to

Keyboard shortcuts

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