file

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConcatenateFiles

func ConcatenateFiles(fileAPath string, fileBPath string, outputFilePath string)

func CreateFile added in v0.0.4

func CreateFile(filePath string) error

func GetExecPath

func GetExecPath() string

func GetRootDir added in v0.0.18

func GetRootDir() (string, error)

get current dir, 运行的目录,不一定是项目根目录,比如在某个目录下运行某个debug test,目录就是某个子/子...目录

func IsExists

func IsExists(path string) (os.FileInfo, bool)

IsExists whether file exist

func JoinPath

func JoinPath(parentFolder string, fileOrFolder string) string

Types

type ReadLineFromEnd

type ReadLineFromEnd struct {
	// contains filtered or unexported fields
}

ReadLineFromEnd --

func NewReadLineFromEnd

func NewReadLineFromEnd(filename string) (rd *ReadLineFromEnd, err error)

NewReadLineFromEnd

func (*ReadLineFromEnd) Close

func (c *ReadLineFromEnd) Close() (err error)

Close --

func (*ReadLineFromEnd) ReadLine

func (c *ReadLineFromEnd) ReadLine() (line []byte, err error)

ReadLine end include '\n'

Jump to

Keyboard shortcuts

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